Searched refs:queue_xfer (Results 1 – 4 of 4) sorted by relevance
124 int (*queue_xfer)(struct i3c_hci *hci, struct hci_xfer *xfer, int n); member
893 .queue_xfer = hci_dma_queue_xfer,
1062 .queue_xfer = hci_pio_queue_xfer,
255 ret = hci->io->queue_xfer(hci, xfer, n); in i3c_hci_process_xfer()