File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,7 @@ extern struct spi_device *spi_new_ancillary_device(struct spi_device *spi, u8 ch
347
347
* @max_message_size: function that returns the max message size for
348
348
* a &spi_device; may be %NULL, so the default %SIZE_MAX will be used.
349
349
* @io_mutex: mutex for physical bus access
350
+ * @add_lock: mutex to avoid adding devices to the same chipselect
350
351
* @bus_lock_spinlock: spinlock for SPI bus locking
351
352
* @bus_lock_mutex: mutex for exclusion of multiple callers
352
353
* @bus_lock_flag: indicates that the SPI bus is locked for exclusive use
@@ -361,6 +362,7 @@ extern struct spi_device *spi_new_ancillary_device(struct spi_device *spi, u8 ch
361
362
* @transfer: adds a message to the controller's transfer queue.
362
363
* @cleanup: frees controller-specific state
363
364
* @can_dma: determine whether this controller supports DMA
365
+ * @dma_map_dev: device which can be used for DMA mapping
364
366
* @queued: whether this controller is providing an internal message queue
365
367
* @kworker: pointer to thread struct for message pump
366
368
* @pump_messages: work struct for scheduling work to the message pump
You can’t perform that action at this time.
0 commit comments