Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-bitbang.c438 master->prepare_transfer_hardware = spi_bitbang_prepare_hardware; in spi_bitbang_start()
Dspi-cadence.c553 master->prepare_transfer_hardware = cdns_prepare_transfer_hardware; in cdns_spi_probe()
Dspi-mpc512x-psc.c497 master->prepare_transfer_hardware = mpc512x_psc_spi_prep_xfer_hw; in mpc512x_psc_spi_do_probe()
Dspi.c867 if (!was_busy && master->prepare_transfer_hardware) { in __spi_pump_messages()
868 ret = master->prepare_transfer_hardware(master); in __spi_pump_messages()
Dspi-fsl-espi.c666 master->prepare_transfer_hardware = fsl_espi_resume; in fsl_espi_probe()
Dspi-s3c64xx.c1110 master->prepare_transfer_hardware = s3c64xx_spi_prepare_transfer; in s3c64xx_spi_probe()
/linux-4.1.27/include/linux/spi/
Dspi.h433 int (*prepare_transfer_hardware)(struct spi_master *master); member
/linux-4.1.27/Documentation/spi/
Dspi-summary528 master->prepare_transfer_hardware(struct spi_master *master)
570 transfer_one_message() and (un)prepare_transfer_hardware() are