Searched refs:prepare_transfer (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/spi/ |
| H A D | spi-imx.c | 78 int (*prepare_transfer)(struct spi_imx_data *spi_imx, struct spi_device *spi, member 1050 .prepare_transfer = mx1_prepare_transfer, 1064 .prepare_transfer = mx21_prepare_transfer, 1079 .prepare_transfer = mx21_prepare_transfer, 1093 .prepare_transfer = mx31_prepare_transfer, 1108 .prepare_transfer = mx31_prepare_transfer, 1122 .prepare_transfer = mx51_ecspi_prepare_transfer, 1138 .prepare_transfer = mx51_ecspi_prepare_transfer, 1152 .prepare_transfer = mx51_ecspi_prepare_transfer, 1369 spi_imx->devtype_data->prepare_transfer(spi_imx, spi, t); in spi_imx_setupxfer()
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-ring.c | 3303 static int prepare_transfer(struct xhci_hcd *xhci, in prepare_transfer() function 3624 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx() 3732 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx() 3795 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_ctrl_tx() 4111 ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, in xhci_queue_isoc_tx()
|