Searched refs:SET_RUNTIME_PM_OPS (Results 1 – 25 of 522) sorted by relevance
12345678910>>...21
/linux-5.19.10/drivers/crypto/ccree/ |
D | cc_pm.c | 62 SET_RUNTIME_PM_OPS(cc_pm_suspend, cc_pm_resume, NULL)
|
/linux-5.19.10/drivers/ufs/host/ |
D | tc-dwc-g210-pltfrm.c | 89 SET_RUNTIME_PM_OPS(ufshcd_runtime_suspend, ufshcd_runtime_resume, NULL)
|
D | tc-dwc-g210-pci.c | 122 SET_RUNTIME_PM_OPS(ufshcd_runtime_suspend, ufshcd_runtime_resume, NULL)
|
/linux-5.19.10/drivers/mmc/host/ |
D | dw_mmc-pci.c | 80 SET_RUNTIME_PM_OPS(dw_mci_runtime_suspend,
|
D | dw_mmc-pltfm.c | 59 SET_RUNTIME_PM_OPS(dw_mci_runtime_suspend,
|
/linux-5.19.10/include/linux/ |
D | pm.h | 363 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ macro 366 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) macro 435 SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
|
/linux-5.19.10/drivers/clk/qcom/ |
D | mss-sc7180.c | 98 SET_RUNTIME_PM_OPS(pm_clk_suspend, pm_clk_resume, NULL)
|
D | turingcc-qcs404.c | 136 SET_RUNTIME_PM_OPS(pm_clk_suspend, pm_clk_resume, NULL)
|
D | lpasscorecc-sc7180.c | 455 SET_RUNTIME_PM_OPS(pm_clk_suspend, pm_clk_resume, NULL) 468 SET_RUNTIME_PM_OPS(pm_clk_suspend, pm_clk_resume, NULL)
|
D | q6sstop-qcs404.c | 195 SET_RUNTIME_PM_OPS(pm_clk_suspend, pm_clk_resume, NULL)
|
/linux-5.19.10/drivers/pwm/ |
D | pwm-lpss-pci.c | 93 SET_RUNTIME_PM_OPS(pwm_lpss_runtime_suspend_pci,
|
/linux-5.19.10/sound/soc/sof/ |
D | sof-acpi-dev.c | 41 SET_RUNTIME_PM_OPS(snd_sof_runtime_suspend, snd_sof_runtime_resume,
|
D | sof-of-dev.c | 29 SET_RUNTIME_PM_OPS(snd_sof_runtime_suspend, snd_sof_runtime_resume,
|
/linux-5.19.10/drivers/bus/ |
D | tegra-aconnect.c | 95 SET_RUNTIME_PM_OPS(tegra_aconnect_runtime_suspend,
|
/linux-5.19.10/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-is-i2c.c | 131 SET_RUNTIME_PM_OPS(fimc_is_i2c_runtime_suspend,
|
/linux-5.19.10/drivers/gpu/drm/imx/dcss/ |
D | dcss-drv.c | 121 SET_RUNTIME_PM_OPS(dcss_dev_runtime_suspend,
|
/linux-5.19.10/drivers/irqchip/ |
D | irq-gic-pm.c | 130 SET_RUNTIME_PM_OPS(gic_runtime_suspend,
|
/linux-5.19.10/drivers/clk/samsung/ |
D | clk-exynos4412-isp.c | 150 SET_RUNTIME_PM_OPS(exynos4x12_isp_clk_suspend,
|
/linux-5.19.10/drivers/hwspinlock/ |
D | stm32_hwspinlock.c | 140 SET_RUNTIME_PM_OPS(stm32_hwspinlock_runtime_suspend,
|
/linux-5.19.10/drivers/usb/dwc3/ |
D | dwc3-of-simple.c | 169 SET_RUNTIME_PM_OPS(dwc3_of_simple_runtime_suspend,
|
/linux-5.19.10/drivers/mfd/ |
D | exynos-lpass.c | 174 SET_RUNTIME_PM_OPS(exynos_lpass_suspend, exynos_lpass_resume, NULL)
|
/linux-5.19.10/arch/arm/mach-omap2/ |
D | omap_device.c | 458 SET_RUNTIME_PM_OPS(_od_fail_runtime_suspend, 465 SET_RUNTIME_PM_OPS(_od_runtime_suspend, _od_runtime_resume,
|
/linux-5.19.10/drivers/char/hw_random/ |
D | npcm-rng.c | 158 SET_RUNTIME_PM_OPS(npcm_rng_runtime_suspend,
|
/linux-5.19.10/drivers/soundwire/ |
D | master.c | 111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
|
/linux-5.19.10/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_drv.c | 184 SET_RUNTIME_PM_OPS(komeda_rt_pm_suspend, komeda_rt_pm_resume, NULL)
|
12345678910>>...21