Searched refs:auto_runtime_pm (Results 1 - 27 of 27) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi-sh-hspi.c269 master->auto_runtime_pm = true; hspi_probe()
H A Dspi-bcm63xx-hsspi.c379 master->auto_runtime_pm = true; bcm63xx_hsspi_probe()
H A Dspi-bcm63xx.c376 master->auto_runtime_pm = true; bcm63xx_spi_probe()
H A Dspi-coldfire-qspi.c420 master->auto_runtime_pm = true; mcfqspi_probe()
H A Dspi-meson-spifc.c341 master->auto_runtime_pm = true; meson_spifc_probe()
H A Dspi-omap-100k.c391 master->auto_runtime_pm = true; omap1_spi100k_probe()
H A Dspi-st-ssc4.c341 master->auto_runtime_pm = true; spi_st_probe()
H A Dspi-sun4i.c396 master->auto_runtime_pm = true; sun4i_spi_probe()
H A Dspi-sun6i.c395 master->auto_runtime_pm = true; sun6i_spi_probe()
H A Dspi-orion.c442 master->auto_runtime_pm = true; orion_spi_probe()
H A Dspi-tegra20-sflash.c452 master->auto_runtime_pm = true; tegra_sflash_probe()
H A Dspi-ti-qspi.c454 master->auto_runtime_pm = true; ti_qspi_probe()
H A Dspi-dln2.c747 master->auto_runtime_pm = true; dln2_spi_probe()
H A Dspi-img-spfi.c638 master->auto_runtime_pm = true; img_spfi_probe()
H A Dspi-qup.c825 master->auto_runtime_pm = true; spi_qup_probe()
H A Dspi-rockchip.c707 master->auto_runtime_pm = true; rockchip_spi_probe()
H A Dspi.c832 if (master->auto_runtime_pm) { __spi_pump_messages()
855 if (!was_busy && master->auto_runtime_pm) { __spi_pump_messages()
873 if (master->auto_runtime_pm) __spi_pump_messages()
H A Dspi-omap2-mcspi.c1349 master->auto_runtime_pm = true; omap2_mcspi_probe()
H A Dspi-rspi.c1236 master->auto_runtime_pm = true; rspi_probe()
H A Dspi-s3c64xx.c1120 master->auto_runtime_pm = true; s3c64xx_spi_probe()
H A Dspi-sh-msiof.c1237 master->auto_runtime_pm = true; sh_msiof_spi_probe()
H A Dspi-tegra114.c1054 master->auto_runtime_pm = true; tegra_spi_probe()
H A Dspi-tegra20-slink.c1039 master->auto_runtime_pm = true; tegra_slink_probe()
H A Dspi-atmel.c1311 master->auto_runtime_pm = true; atmel_spi_probe()
H A Dspi-pxa2xx.c1363 master->auto_runtime_pm = true; pxa2xx_spi_probe()
H A Dspi-pl022.c2148 master->auto_runtime_pm = true; pl022_probe()
/linux-4.1.27/include/linux/spi/
H A Dspi.h264 * @auto_runtime_pm: the core should ensure a runtime PM reference is held
427 bool auto_runtime_pm; member in struct:spi_master

Completed in 255 milliseconds