Home
last modified time | relevance | path

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

123456789

/linux-5.19.10/include/linux/
Dpm_runtime.h38 _DEFINE_DEV_PM_OPS(name, pm_runtime_force_suspend, \
43 _EXPORT_DEV_PM_OPS(name, pm_runtime_force_suspend, pm_runtime_force_resume, \
46 _EXPORT_DEV_PM_OPS(name, pm_runtime_force_suspend, pm_runtime_force_resume, \
49 _EXPORT_DEV_PM_OPS(name, pm_runtime_force_suspend, pm_runtime_force_resume, \
52 _EXPORT_DEV_PM_OPS(name, pm_runtime_force_suspend, pm_runtime_force_resume, \
65 extern int pm_runtime_force_suspend(struct device *dev);
253 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend() function
/linux-5.19.10/drivers/pwm/
Dpwm-tegra.c338 pm_runtime_force_suspend(&pdev->dev); in tegra_pwm_probe()
350 pm_runtime_force_suspend(&pdev->dev); in tegra_pwm_remove()
415 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-5.19.10/drivers/gpu/drm/stm/
Ddrv.c132 pm_runtime_force_suspend(dev); in drv_suspend()
149 pm_runtime_force_suspend(dev); in drv_resume()
/linux-5.19.10/drivers/gpu/drm/tegra/
Dgr2d.c87 pm_runtime_force_suspend(client->dev); in gr2d_init()
110 pm_runtime_force_suspend(client->dev); in gr2d_exit()
395 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dnvdec.c134 pm_runtime_force_suspend(client->dev); in nvdec_init()
161 pm_runtime_force_suspend(client->dev); in nvdec_exit()
444 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dgr3d.c97 pm_runtime_force_suspend(client->dev); in gr3d_init()
119 pm_runtime_force_suspend(client->dev); in gr3d_exit()
630 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dvic.c173 pm_runtime_force_suspend(client->dev); in vic_init()
200 pm_runtime_force_suspend(client->dev); in vic_exit()
517 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux-5.19.10/drivers/mmc/host/
Ddw_mmc-pci.c78 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Ddw_mmc-pltfm.c57 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dtmio_mmc.c93 ret = pm_runtime_force_suspend(dev); in tmio_mmc_suspend()
/linux-5.19.10/drivers/bus/
Dtegra-aconnect.c97 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-5.19.10/drivers/usb/chipidea/
Dci_hdrc_tegra.c360 pm_runtime_force_suspend(&pdev->dev); in tegra_usb_probe()
373 pm_runtime_force_suspend(&pdev->dev); in tegra_usb_remove()
/linux-5.19.10/drivers/gpu/drm/msm/adreno/
Dadreno_device.c537 pm_runtime_force_suspend(dev); in adreno_unbind()
589 pm_runtime_force_suspend(&pdev->dev); in adreno_shutdown()
670 ret = pm_runtime_force_suspend(dev); in adreno_system_suspend()
/linux-5.19.10/drivers/irqchip/
Dirq-gic-pm.c132 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-5.19.10/drivers/clk/samsung/
Dclk-exynos4412-isp.c152 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dclk-exynos5-subcmu.c121 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dclk-exynos-audss.c287 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-5.19.10/drivers/mfd/
Dexynos-lpass.c175 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-5.19.10/drivers/char/hw_random/
Dnpcm-rng.c160 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dmtk-rng.c172 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dstm32-rng.c192 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Datmel-rng.c194 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-5.19.10/sound/soc/fsl/
Dfsl_aud2htx.c288 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-5.19.10/drivers/iio/dac/
Dstm32-dac-core.c229 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, stm32_dac_core_resume)
/linux-5.19.10/drivers/spi/
Dspi-qcom-qspi.c616 ret = pm_runtime_force_suspend(dev); in qcom_qspi_suspend()
634 pm_runtime_force_suspend(dev); in qcom_qspi_resume()

123456789