Searched refs:unprepare_transfer_hardware (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi-bitbang.c439 master->unprepare_transfer_hardware = spi_bitbang_unprepare_hardware; spi_bitbang_start()
H A Dspi-mpc512x-psc.c499 master->unprepare_transfer_hardware = mpc512x_psc_spi_unprep_xfer_hw; mpc512x_psc_spi_do_probe()
H A Dspi-cadence.c556 master->unprepare_transfer_hardware = cdns_unprepare_transfer_hardware; cdns_spi_probe()
H A Dspi-fsl-espi.c667 master->unprepare_transfer_hardware = fsl_espi_suspend; fsl_espi_probe()
H A Dspi-s3c64xx.c1113 master->unprepare_transfer_hardware = s3c64xx_spi_unprepare_transfer; s3c64xx_spi_probe()
H A Dspi.c828 if (master->unprepare_transfer_hardware && __spi_pump_messages()
829 master->unprepare_transfer_hardware(master)) __spi_pump_messages()
H A Dspi-pxa2xx.c1362 master->unprepare_transfer_hardware = pxa2xx_spi_unprepare_transfer; pxa2xx_spi_probe()
H A Dspi-pl022.c2150 master->unprepare_transfer_hardware = pl022_unprepare_transfer_hardware; pl022_probe()
/linux-4.1.27/include/linux/spi/
H A Dspi.h276 * @unprepare_transfer_hardware: there are currently no more messages on the
436 int (*unprepare_transfer_hardware)(struct spi_master *master); member in struct:spi_master

Completed in 134 milliseconds