Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-meson-spifc.c384 ret = spi_master_suspend(master); in meson_spifc_suspend()
Dspi-bcm63xx.c438 spi_master_suspend(master); in bcm63xx_spi_suspend()
Dspi-st-ssc4.c460 ret = spi_master_suspend(master); in spi_st_suspend()
Dspi-cadence.c625 spi_master_suspend(master); in cdns_spi_suspend()
Dspi-bcm63xx-hsspi.c434 spi_master_suspend(master); in bcm63xx_hsspi_suspend()
Dspi-s3c24xx.c631 ret = spi_master_suspend(hw->master); in s3c24xx_spi_suspend()
Dspi-coldfire-qspi.c469 ret = spi_master_suspend(master); in mcfqspi_suspend()
Dspi-fsl-dspi.c494 spi_master_suspend(master); in dspi_suspend()
Dspi-tegra20-sflash.c556 return spi_master_suspend(master); in tegra_sflash_suspend()
Dspi-dw.c600 ret = spi_master_suspend(dws->master); in dw_spi_suspend_host()
Dspi-img-spfi.c750 return spi_master_suspend(master); in img_spfi_suspend()
Dspi-rockchip.c792 ret = spi_master_suspend(rs->master); in rockchip_spi_suspend()
Dspi-dln2.c802 ret = spi_master_suspend(master); in dln2_spi_suspend()
Dspi.c1661 int spi_master_suspend(struct spi_master *master) in spi_master_suspend() function
1675 EXPORT_SYMBOL_GPL(spi_master_suspend);
Dspi-sirf.c793 ret = spi_master_suspend(master); in spi_sirfsoc_suspend()
Dspi-fsl-espi.c817 ret = spi_master_suspend(master); in of_fsl_espi_suspend()
Dspi-adi-v3.c931 spi_master_suspend(master); in adi_spi_suspend()
Dspi-qup.c964 ret = spi_master_suspend(master); in spi_qup_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-s3c64xx.c1232 int ret = spi_master_suspend(master); in s3c64xx_spi_suspend()
Dspi-atmel.c1476 ret = spi_master_suspend(master); in atmel_spi_suspend()
Dspi-pxa2xx.c1521 status = spi_master_suspend(drv_data->master); in pxa2xx_spi_suspend()
Dspi-pl022.c2318 ret = spi_master_suspend(pl022->master); in pl022_suspend()
/linux-4.1.27/include/linux/spi/
Dspi.h488 extern int spi_master_suspend(struct spi_master *master);