Home
last modified time | relevance | path

Searched refs:prepare_transfer_hardware (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/staging/greybus/
H A Dspilib.h18 int (*prepare_transfer_hardware)(struct device *dev); member
H A Dspilib.c383 return spi->ops->prepare_transfer_hardware(spi->parent); in gb_spi_prepare_transfer_hardware()
522 if (ops && ops->prepare_transfer_hardware) { in gb_spilib_master_init()
523 ctlr->prepare_transfer_hardware = in gb_spilib_master_init()
/linux/drivers/spi/
H A Dspi-bitbang.c375 ctlr->prepare_transfer_hardware = spi_bitbang_prepare_hardware; in spi_bitbang_init()
H A Dspi-mpc512x-psc.c477 host->prepare_transfer_hardware = mpc512x_psc_spi_prep_xfer_hw; in mpc512x_psc_spi_of_probe()
H A Dspi-cs42l43.c354 priv->ctlr->prepare_transfer_hardware = cs42l43_prepare_transfer_hardware; in cs42l43_spi_probe()
H A Dspi-ingenic.c431 ctlr->prepare_transfer_hardware = spi_ingenic_prepare_hardware; in spi_ingenic_probe()
H A Dspi-ep93xx.c637 host->prepare_transfer_hardware = ep93xx_spi_prepare_hardware; in ep93xx_spi_probe()
H A Dspi-fsl-lpspi.c944 controller->prepare_transfer_hardware = lpspi_prepare_xfer_hardware; in fsl_lpspi_probe()
H A Dspi-s3c64xx.c1303 host->prepare_transfer_hardware = s3c64xx_spi_prepare_transfer; in s3c64xx_spi_probe()
H A Dspi.c1758 if (!was_busy && ctlr->prepare_transfer_hardware) { in __spi_pump_transfer_message()
1759 ret = ctlr->prepare_transfer_hardware(ctlr); in __spi_pump_transfer_message()
/linux/include/linux/spi/
H A Dspi.h719 int (*prepare_transfer_hardware)(struct spi_controller *ctlr); member
/linux/Documentation/spi/
H A Dspi-summary.rst541 ``ctlr->prepare_transfer_hardware(struct spi_controller *ctlr)``
588 transfer_one_message() and (un)prepare_transfer_hardware() are