Searched defs:scpi_chan (Results 1 – 1 of 1) sorted by relevance
108326 struct scpi_chan { struct108327 struct mbox_client cl;108328 struct mbox_chan *chan;108329 void *tx_payload;108330 void *rx_payload;108331 struct list_head rx_pending;108332 struct list_head xfers_list;108333 struct scpi_xfer *xfers;108334 spinlock_t rx_lock;108335 struct mutex xfers_lock;[all …]