Home
last modified time | relevance | path

Searched refs:spi_master_suspend (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/drivers/spi/
Dspi-meson-spifc.c384 ret = spi_master_suspend(master); in meson_spifc_suspend()
Dspi-st-ssc4.c460 ret = spi_master_suspend(master); in spi_st_suspend()
Dspi-bcm63xx-hsspi.c439 spi_master_suspend(master); in bcm63xx_hsspi_suspend()
Dspi-cadence.c625 spi_master_suspend(master); in cdns_spi_suspend()
Dspi-bcm63xx.c597 spi_master_suspend(master); in bcm63xx_spi_suspend()
Dspi-coldfire-qspi.c470 ret = spi_master_suspend(master); in mcfqspi_suspend()
Dspi-s3c24xx.c630 ret = spi_master_suspend(hw->master); in s3c24xx_spi_suspend()
Dspi-dw.c558 ret = spi_master_suspend(dws->master); in dw_spi_suspend_host()
Dspi-tegra20-sflash.c556 return spi_master_suspend(master); in tegra_sflash_suspend()
Dspi-fsl-dspi.c611 spi_master_suspend(master); in dspi_suspend()
Dspi-zynqmp-gqspi.c925 spi_master_suspend(master); in zynqmp_qspi_suspend()
Dspi-img-spfi.c764 return spi_master_suspend(master); in img_spfi_suspend()
Dspi-dln2.c802 ret = spi_master_suspend(master); in dln2_spi_suspend()
Dspi-mt65xx.c686 ret = spi_master_suspend(master); in mtk_spi_suspend()
Dspi-rockchip.c796 ret = spi_master_suspend(rs->master); in rockchip_spi_suspend()
Dspi-fsl-espi.c832 ret = spi_master_suspend(master); in of_fsl_espi_suspend()
Dspi.c1928 int spi_master_suspend(struct spi_master *master) in spi_master_suspend() function
1942 EXPORT_SYMBOL_GPL(spi_master_suspend);
Dspi-qup.c964 ret = spi_master_suspend(master); in spi_qup_suspend()
Dspi-adi-v3.c931 spi_master_suspend(master); in adi_spi_suspend()
Dspi-s3c64xx.c1249 int ret = spi_master_suspend(master); in s3c64xx_spi_suspend()
Dspi-tegra114.c1171 return spi_master_suspend(master); in tegra_spi_suspend()
Dspi-tegra20-slink.c1171 return spi_master_suspend(master); in tegra_slink_suspend()
Dspi-pxa2xx.c1661 status = spi_master_suspend(drv_data->master); in pxa2xx_spi_suspend()
Dspi-sirf.c1200 ret = spi_master_suspend(master); in spi_sirfsoc_suspend()
Dspi-atmel.c1723 ret = spi_master_suspend(master); in atmel_spi_suspend()
Dspi-pl022.c2334 ret = spi_master_suspend(pl022->master); in pl022_suspend()
/linux-4.4.14/include/linux/spi/
Dspi.h560 extern int spi_master_suspend(struct spi_master *master);