Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/drivers/pwm/
A Dpwm-tegra.c349 pm_runtime_force_suspend(&pdev->dev); in tegra_pwm_probe()
361 pm_runtime_force_suspend(&pdev->dev); in tegra_pwm_remove()
426 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-6.3-rc2/include/linux/
A 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-6.3-rc2/drivers/gpu/drm/stm/
A Ddrv.c132 pm_runtime_force_suspend(dev); in drv_suspend()
149 pm_runtime_force_suspend(dev); in drv_resume()
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A 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,
A 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,
A Dnvdec.c198 pm_runtime_force_suspend(client->dev); in nvdec_init()
225 pm_runtime_force_suspend(client->dev); in nvdec_exit()
569 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dvic.c164 pm_runtime_force_suspend(client->dev); in vic_init()
191 pm_runtime_force_suspend(client->dev); in vic_exit()
559 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux-6.3-rc2/drivers/mmc/host/
A Ddw_mmc-pci.c78 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Ddw_mmc-pltfm.c63 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-6.3-rc2/drivers/bus/
A Dtegra-aconnect.c97 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dsimple-pm-bus.c112 NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux-6.3-rc2/drivers/usb/chipidea/
A 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-6.3-rc2/drivers/irqchip/
A Dirq-gic-pm.c132 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-6.3-rc2/drivers/clk/samsung/
A Dclk-exynos4412-isp.c152 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dclk-exynos5-subcmu.c121 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dclk-exynos-audss.c287 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-6.3-rc2/drivers/mfd/
A Dexynos-lpass.c175 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-6.3-rc2/drivers/char/hw_random/
A Dmtk-rng.c172 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dnpcm-rng.c162 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Datmel-rng.c194 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dstm32-rng.c194 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-6.3-rc2/drivers/iio/dac/
A Dstm32-dac-core.c229 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, stm32_dac_core_resume)
/linux-6.3-rc2/drivers/gpu/drm/msm/dsi/
A Ddsi.c183 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-6.3-rc2/sound/soc/fsl/
A Dfsl_aud2htx.c297 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-6.3-rc2/drivers/spi/
A Dspi-qcom-qspi.c616 ret = pm_runtime_force_suspend(dev); in qcom_qspi_suspend()
634 pm_runtime_force_suspend(dev); in qcom_qspi_resume()

Completed in 27 milliseconds

123456789