Searched refs:prepare_transfer_hardware (Results 1 – 7 of 7) sorted by relevance
18 int (*prepare_transfer_hardware)(struct device *dev); member
477 host->prepare_transfer_hardware = mpc512x_psc_spi_prep_xfer_hw; in mpc512x_psc_spi_of_probe()
336 priv->ctlr->prepare_transfer_hardware = cs42l43_prepare_transfer_hardware; in cs42l43_spi_probe()
726 ctlr->prepare_transfer_hardware = cdns_prepare_transfer_hardware; in cdns_spi_probe()
694 host->prepare_transfer_hardware in uniphier_spi_probe()
1959 if (!was_busy && ctlr->prepare_transfer_hardware) { in __spi_pump_transfer_message()1960 ret = ctlr->prepare_transfer_hardware(ctlr); in __spi_pump_transfer_message()
758 int (*prepare_transfer_hardware)(struct spi_controller *ctlr); member