Home
last modified time | relevance | path

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

123456789

/linux/drivers/pwm/
A Dpwm-tegra.c346 pm_runtime_force_suspend(&pdev->dev); in tegra_pwm_probe()
359 pm_runtime_force_suspend(&pdev->dev); in tegra_pwm_remove()
424 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/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);
244 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend() function
/linux/drivers/gpu/drm/stm/
A Ddrv.c135 pm_runtime_force_suspend(dev); in drv_suspend()
152 pm_runtime_force_suspend(dev); in drv_resume()
/linux/drivers/mmc/host/
A Ddw_mmc-pci.c78 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Ddw_mmc-pltfm.c62 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/bus/
A Dtegra-aconnect.c95 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dsimple-pm-bus.c114 NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux/drivers/gpu/drm/tegra/
A Dgr2d.c104 pm_runtime_force_suspend(client->dev); in gr2d_exit()
386 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dgr3d.c112 pm_runtime_force_suspend(client->dev); in gr3d_exit()
620 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dnvdec.c216 pm_runtime_force_suspend(client->dev); in nvdec_exit()
558 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dvic.c182 pm_runtime_force_suspend(client->dev); in vic_exit()
546 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux/drivers/usb/chipidea/
A Dci_hdrc_tegra.c359 pm_runtime_force_suspend(&pdev->dev); in tegra_usb_probe()
372 pm_runtime_force_suspend(&pdev->dev); in tegra_usb_remove()
/linux/drivers/irqchip/
A Dirq-gic-pm.c132 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/clk/samsung/
A Dclk-exynos4412-isp.c154 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,
/linux/drivers/mfd/
A Dexynos-lpass.c171 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/char/hw_random/
A Dmtk-rng.c172 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dnpcm-rng.c159 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Datmel-rng.c192 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Drockchip-rng.c202 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/iio/dac/
A Dstm32-dac-core.c225 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, stm32_dac_core_resume)
/linux/drivers/net/ipa/
A Dipa_power.c172 return pm_runtime_force_suspend(dev); in ipa_suspend()
/linux/drivers/gpu/drm/msm/dsi/
A Ddsi.c204 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/sound/soc/fsl/
A Dfsl_aud2htx.c293 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/gpu/drm/panel/
A Dpanel-samsung-atna33xc20.c342 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,

Completed in 45 milliseconds

123456789