Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dspilib.h18 int (*prepare_transfer_hardware)(struct device *dev); member
/linux/drivers/spi/
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.c336 priv->ctlr->prepare_transfer_hardware = cs42l43_prepare_transfer_hardware; in cs42l43_spi_probe()
H A Dspi-cadence.c726 ctlr->prepare_transfer_hardware = cdns_prepare_transfer_hardware; in cdns_spi_probe()
H A Dspi-uniphier.c694 host->prepare_transfer_hardware in uniphier_spi_probe()
H A Dspi.c1959 if (!was_busy && ctlr->prepare_transfer_hardware) { in __spi_pump_transfer_message()
1960 ret = ctlr->prepare_transfer_hardware(ctlr); in __spi_pump_transfer_message()
/linux/include/linux/spi/
H A Dspi.h758 int (*prepare_transfer_hardware)(struct spi_controller *ctlr); member