Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dspilib.h19 void (*unprepare_transfer_hardware)(struct device *dev); member
/linux/drivers/spi/
H A Dspi-mpc512x-psc.c479 host->unprepare_transfer_hardware = mpc512x_psc_spi_unprep_xfer_hw; in mpc512x_psc_spi_of_probe()
H A Dspi-cs42l43.c337 priv->ctlr->unprepare_transfer_hardware = cs42l43_unprepare_transfer_hardware; in cs42l43_spi_probe()
H A Dspi-cadence.c729 ctlr->unprepare_transfer_hardware = cdns_unprepare_transfer_hardware; in cdns_spi_probe()
H A Dspi.c2075 !ctlr->unprepare_transfer_hardware) { in __spi_pump_messages()
2094 if (ctlr->unprepare_transfer_hardware && in __spi_pump_messages()
2095 ctlr->unprepare_transfer_hardware(ctlr)) in __spi_pump_messages()
4923 if (ctlr->unprepare_transfer_hardware && in __spi_transfer_message_noqueue()
4924 ctlr->unprepare_transfer_hardware(ctlr)) in __spi_transfer_message_noqueue()
H A Dspi-uniphier.c696 host->unprepare_transfer_hardware in uniphier_spi_probe()
/linux/include/linux/spi/
H A Dspi.h761 int (*unprepare_transfer_hardware)(struct spi_controller *ctlr); member