Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/spi/
Dspi-meson-spifc.c384 ret = spi_master_suspend(master); in meson_spifc_suspend()
Dspi-st-ssc4.c439 ret = spi_master_suspend(master); in spi_st_suspend()
Dspi-bcm63xx-hsspi.c467 spi_master_suspend(master); in bcm63xx_hsspi_suspend()
Dspi-coldfire-qspi.c470 ret = spi_master_suspend(master); in mcfqspi_suspend()
Dspi-cadence.c699 return spi_master_suspend(master); in cdns_spi_suspend()
Dspi-s3c24xx.c630 ret = spi_master_suspend(hw->master); in s3c24xx_spi_suspend()
Dspi-mxs.c480 ret = spi_master_suspend(master); in mxs_spi_suspend()
Dspi-bcm63xx.c634 spi_master_suspend(master); in bcm63xx_spi_suspend()
Dspi-tegra20-sflash.c556 return spi_master_suspend(master); in tegra_sflash_suspend()
Dspi-zynqmp-gqspi.c911 spi_master_suspend(master); in zynqmp_qspi_suspend()
Dspi-img-spfi.c765 return spi_master_suspend(master); in img_spfi_suspend()
Dspi-dln2.c804 ret = spi_master_suspend(master); in dln2_spi_suspend()
Dspi-fsl-espi.c800 ret = spi_master_suspend(master); in of_fsl_espi_suspend()
Dspi-ti-qspi.c826 rc = spi_master_suspend(qspi->master); in ti_qspi_remove()
Dspi-mt65xx.c779 ret = spi_master_suspend(master); in mtk_spi_suspend()
Dspi-rockchip.c851 ret = spi_master_suspend(rs->master); in rockchip_spi_suspend()
Dspi-fsl-dspi.c896 spi_master_suspend(master); in dspi_suspend()
Dspi-stm32.c1276 ret = spi_master_suspend(master); in stm32_spi_suspend()
Dspi-qup.c1193 ret = spi_master_suspend(master); in spi_qup_suspend()
Dspi-s3c64xx.c1268 int ret = spi_master_suspend(master); in s3c64xx_spi_suspend()
Dspi-tegra114.c1171 return spi_master_suspend(master); in tegra_spi_suspend()
Dspi-rspi.c1361 return spi_master_suspend(rspi->master); in rspi_suspend()
Dspi-tegra20-slink.c1186 return spi_master_suspend(master); in tegra_slink_suspend()
Dspi-sirf.c1200 ret = spi_master_suspend(master); in spi_sirfsoc_suspend()
/Linux-v4.19/include/linux/spi/
Dspi.h1327 #define spi_master_suspend(_ctlr) spi_controller_suspend(_ctlr) macro

12