Home
last modified time | relevance | path

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

123456789

/Linux-v6.1/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-v6.1/include/linux/
Dpm_runtime.h38 _DEFINE_DEV_PM_OPS(name, pm_runtime_force_suspend, \
69 extern int pm_runtime_force_suspend(struct device *dev);
257 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend() function
/Linux-v6.1/drivers/gpu/drm/stm/
Ddrv.c132 pm_runtime_force_suspend(dev); in drv_suspend()
149 pm_runtime_force_suspend(dev); in drv_resume()
/Linux-v6.1/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.c137 pm_runtime_force_suspend(client->dev); in nvdec_init()
164 pm_runtime_force_suspend(client->dev); in nvdec_exit()
456 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.c175 pm_runtime_force_suspend(client->dev); in vic_init()
202 pm_runtime_force_suspend(client->dev); in vic_exit()
570 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/Linux-v6.1/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-v6.1/drivers/bus/
Dtegra-aconnect.c97 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v6.1/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-v6.1/drivers/gpu/drm/msm/adreno/
Dadreno_device.c560 pm_runtime_force_suspend(dev); in adreno_unbind()
612 pm_runtime_force_suspend(&pdev->dev); in adreno_shutdown()
696 ret = pm_runtime_force_suspend(dev); in adreno_system_suspend()
/Linux-v6.1/drivers/irqchip/
Dirq-gic-pm.c132 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v6.1/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,
/Linux-v6.1/drivers/mfd/
Dexynos-lpass.c175 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v6.1/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,
Datmel-rng.c194 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dstm32-rng.c192 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v6.1/drivers/iio/dac/
Dstm32-dac-core.c229 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, stm32_dac_core_resume)
/Linux-v6.1/drivers/gpu/drm/msm/dsi/
Ddsi.c183 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v6.1/sound/soc/fsl/
Dfsl_aud2htx.c297 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v6.1/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