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

/linux-4.1.27/drivers/spi/
H A Dspi-bitbang.c438 master->prepare_transfer_hardware = spi_bitbang_prepare_hardware; spi_bitbang_start()
H A Dspi-mpc512x-psc.c497 master->prepare_transfer_hardware = mpc512x_psc_spi_prep_xfer_hw; mpc512x_psc_spi_do_probe()
H A Dspi-cadence.c553 master->prepare_transfer_hardware = cdns_prepare_transfer_hardware; cdns_spi_probe()
H A Dspi-fsl-espi.c666 master->prepare_transfer_hardware = fsl_espi_resume; fsl_espi_probe()
H A Dspi-s3c64xx.c1110 master->prepare_transfer_hardware = s3c64xx_spi_prepare_transfer; s3c64xx_spi_probe()
H A Dspi.c867 if (!was_busy && master->prepare_transfer_hardware) { __spi_pump_messages()
868 ret = master->prepare_transfer_hardware(master); __spi_pump_messages()
/linux-4.1.27/include/linux/spi/
H A Dspi.h268 * @prepare_transfer_hardware: a message will soon arrive from the queue
433 int (*prepare_transfer_hardware)(struct spi_master *master); member in struct:spi_master

Completed in 171 milliseconds