Searched refs:dequeue_xfer (Results 1 – 4 of 4) sorted by relevance
125 bool (*dequeue_xfer)(struct i3c_hci *hci, struct hci_xfer *xfer, int n); member
894 .dequeue_xfer = hci_dma_dequeue_xfer,
1063 .dequeue_xfer = hci_pio_dequeue_xfer,
260 if (hci->io->dequeue_xfer(hci, xfer, n)) { in i3c_hci_process_xfer()