Home
last modified time | relevance | path

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

123

/openbmc/u-boot/drivers/spi/
H A Dspi-mem.c225 if (ctlr->auto_runtime_pm) { in spi_mem_exec_op()
244 if (ctlr->auto_runtime_pm) in spi_mem_exec_op()
/openbmc/linux/drivers/spi/
H A Dspi-sh-hspi.c257 ctlr->auto_runtime_pm = true; in hspi_probe()
H A Dspi-cs42l43.c245 priv->ctlr->auto_runtime_pm = true; in cs42l43_spi_probe()
H A Dspi-mem.c272 if (ctlr->auto_runtime_pm) { in spi_mem_access_start()
296 if (ctlr->auto_runtime_pm) in spi_mem_access_end()
H A Dspi-meson-spifc.c333 master->auto_runtime_pm = true; in meson_spifc_probe()
H A Dspi-st-ssc4.c291 master->auto_runtime_pm = true; in spi_st_probe()
H A Dspi-sun4i.c470 master->auto_runtime_pm = true; in sun4i_spi_probe()
H A Dspi-amlogic-spifc-a1.c357 ctrl->auto_runtime_pm = true; in amlogic_spifc_a1_probe()
H A Dspi-coldfire-qspi.c408 host->auto_runtime_pm = true; in mcfqspi_probe()
H A Dspi-cadence.c647 ctlr->auto_runtime_pm = true; in cdns_spi_probe()
H A Dspi-slave-mt27xx.c397 ctlr->auto_runtime_pm = true; in mtk_spi_slave_probe()
H A Dspi-bcm63xx.c568 host->auto_runtime_pm = true; in bcm63xx_spi_probe()
H A Dspi.c1623 if (ctlr->auto_runtime_pm) { in spi_idle_runtime_pm()
1635 if (!was_busy && ctlr->auto_runtime_pm) { in __spi_pump_transfer_message()
1659 if (ctlr->auto_runtime_pm) in __spi_pump_transfer_message()
3709 if (spi->controller->auto_runtime_pm) { in spi_set_cs_timing()
3830 if (spi->controller->auto_runtime_pm && spi->controller->set_cs) { in spi_setup()
H A Dspi-mxs.c577 master->auto_runtime_pm = true; in mxs_spi_probe()
H A Dspi-tegra20-sflash.c439 master->auto_runtime_pm = true; in tegra_sflash_probe()
H A Dspi-bcmbca-hsspi.c526 host->auto_runtime_pm = true; in bcmbca_hsspi_probe()
H A Dspi-sunplus-sp7021.c425 ctlr->auto_runtime_pm = true; in sp7021_spi_controller_probe()
H A Dspi-orion.c677 host->auto_runtime_pm = true; in orion_spi_probe()
H A Dspi-img-spfi.c585 host->auto_runtime_pm = true; in img_spfi_probe()
H A Dspi-sun6i.c676 master->auto_runtime_pm = true; in sun6i_spi_probe()
H A Dspi-dln2.c749 host->auto_runtime_pm = true; in dln2_spi_probe()
H A Dspi-fsl-espi.c684 host->auto_runtime_pm = true; in fsl_espi_probe()
/openbmc/linux/include/sound/
H A Dhda_codec.h253 unsigned int auto_runtime_pm:1; /* enable automatic codec runtime pm */ member
/openbmc/linux/drivers/staging/greybus/
H A Dspilib.c532 master->auto_runtime_pm = true; in gb_spilib_master_init()
/openbmc/linux/include/linux/spi/
H A Dspi.h678 bool auto_runtime_pm; member

123