Home
last modified time | relevance | path

Searched refs:dequeue_xfer (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h125 bool (*dequeue_xfer)(struct i3c_hci *hci, struct hci_xfer *xfer, int n); member
H A Ddma.c894 .dequeue_xfer = hci_dma_dequeue_xfer,
H A Dpio.c1063 .dequeue_xfer = hci_pio_dequeue_xfer,
H A Dcore.c260 if (hci->io->dequeue_xfer(hci, xfer, n)) { in i3c_hci_process_xfer()