Searched refs:unprepare_transfer_hardware (Results 1 – 11 of 11) sorted by relevance
19 void (*unprepare_transfer_hardware)(struct device *dev); member
390 spi->ops->unprepare_transfer_hardware(spi->parent); in gb_spi_unprepare_transfer_hardware()527 if (ops && ops->unprepare_transfer_hardware) { in gb_spilib_master_init()528 ctlr->unprepare_transfer_hardware = in gb_spilib_master_init()
376 ctlr->unprepare_transfer_hardware = spi_bitbang_unprepare_hardware; in spi_bitbang_init()
479 host->unprepare_transfer_hardware = mpc512x_psc_spi_unprep_xfer_hw; in mpc512x_psc_spi_of_probe()
728 ctlr->unprepare_transfer_hardware = cdns_unprepare_transfer_hardware; in cdns_spi_probe()
1876 !ctlr->unprepare_transfer_hardware) { in __spi_pump_messages()1895 if (ctlr->unprepare_transfer_hardware && in __spi_pump_messages()1896 ctlr->unprepare_transfer_hardware(ctlr)) in __spi_pump_messages()4685 if (ctlr->unprepare_transfer_hardware && in __spi_transfer_message_noqueue()4686 ctlr->unprepare_transfer_hardware(ctlr)) in __spi_transfer_message_noqueue()
833 ctlr->unprepare_transfer_hardware = ax_unprepare_transfer_hardware; in ax_spi_probe()
987 controller->unprepare_transfer_hardware = lpspi_unprepare_xfer_hardware; in fsl_lpspi_probe()
1064 host->unprepare_transfer_hardware = meson_spicc_unprepare_transfer; in meson_spicc_probe()
752 int (*unprepare_transfer_hardware)(struct spi_controller *ctlr); member
547 ``ctlr->unprepare_transfer_hardware(struct spi_controller *ctlr)``