Home
last modified time | relevance | path

Searched refs:curr_xfer (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/i3c/master/mipi-i3c-hci/
Dpio.c128 struct hci_xfer *curr_xfer, *xfer_queue; member
218 BUG_ON(pio->curr_xfer); in hci_pio_cleanup()
363 struct hci_xfer *xfer = pio->curr_xfer; in hci_pio_queue_data()
544 struct hci_xfer *xfer = pio->curr_xfer; in hci_pio_queue_resp()
563 while (pio->curr_xfer && in hci_pio_process_cmd()
579 hci_pio_write_cmd(hci, pio->curr_xfer); in hci_pio_process_cmd()
583 pio->curr_xfer = pio->curr_xfer->next_xfer; in hci_pio_process_cmd()
585 return !pio->curr_xfer; in hci_pio_process_cmd()
607 if (pio->curr_xfer) { in hci_pio_queue_xfer()
610 pio->curr_xfer = xfer; in hci_pio_queue_xfer()
[all …]
/Linux-v6.6/drivers/spi/
Dspi-tegra20-sflash.c133 struct spi_transfer *curr_xfer; member
268 tsd->curr_xfer = t; in tegra_sflash_start_transfer_one()
360 struct spi_transfer *t = tsd->curr_xfer; in handle_cpu_based_xfer()
Dspi-tegra20-slink.c197 struct spi_transfer *curr_xfer; member
693 tspi->curr_xfer = t; in tegra_slink_start_transfer_one()
841 struct spi_transfer *t = tspi->curr_xfer; in handle_cpu_based_xfer()
881 struct spi_transfer *t = tspi->curr_xfer; in handle_dma_based_xfer()
Dspi-tegra114.c210 struct spi_transfer *curr_xfer; member
792 tspi->curr_xfer = t; in tegra_spi_setup_transfer_one()
1121 struct spi_transfer *t = tspi->curr_xfer; in handle_cpu_based_xfer()
1162 struct spi_transfer *t = tspi->curr_xfer; in handle_dma_based_xfer()
Dspi-tegra210-quad.c219 struct spi_transfer *curr_xfer; member
827 tqspi->curr_xfer = t; in tegra_qspi_setup_transfer_one()
1337 struct spi_transfer *t = tqspi->curr_xfer; in handle_cpu_based_xfer()
1370 struct spi_transfer *t = tqspi->curr_xfer; in handle_dma_based_xfer()