Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h113 int (*queue_xfer)(struct i3c_hci *hci, struct hci_xfer *xfer, int n); member
H A Dcore.c235 ret = hci->io->queue_xfer(hci, xfer, nxfers); in i3c_hci_send_ccc_cmd()
309 ret = hci->io->queue_xfer(hci, xfer, nxfers); in i3c_hci_priv_xfers()
357 ret = hci->io->queue_xfer(hci, xfer, nxfers); in i3c_hci_i2c_xfers()
H A Dcmd_v2.c277 hci->io->queue_xfer(hci, xfer, 2); in hci_cmd_v2_daa()
H A Dcmd_v1.c335 hci->io->queue_xfer(hci, xfer, 1); in hci_cmd_v1_daa()
H A Ddma.c782 .queue_xfer = hci_dma_queue_xfer,
H A Dpio.c1035 .queue_xfer = hci_pio_queue_xfer,