Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h124 int (*queue_xfer)(struct i3c_hci *hci, struct hci_xfer *xfer, int n); member
H A Ddma.c893 .queue_xfer = hci_dma_queue_xfer,
H A Dpio.c1062 .queue_xfer = hci_pio_queue_xfer,
H A Dcore.c255 ret = hci->io->queue_xfer(hci, xfer, n); in i3c_hci_process_xfer()