Searched refs:SET_RUNTIME_PM_OPS (Results 1 – 25 of 314) sorted by relevance
12345678910>>...13
/Linux-v4.19/include/linux/ |
D | pm.h | 353 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ macro 358 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) macro 386 SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
|
/Linux-v4.19/drivers/bus/ |
D | tegra-aconnect.c | 71 SET_RUNTIME_PM_OPS(tegra_aconnect_runtime_suspend,
|
/Linux-v4.19/drivers/mmc/host/ |
D | dw_mmc-pci.c | 84 SET_RUNTIME_PM_OPS(dw_mci_runtime_suspend,
|
D | dw_mmc-pltfm.c | 64 SET_RUNTIME_PM_OPS(dw_mci_runtime_suspend,
|
D | tmio_mmc.c | 149 SET_RUNTIME_PM_OPS(tmio_mmc_host_runtime_suspend,
|
D | dw_mmc-zx.c | 224 SET_RUNTIME_PM_OPS(dw_mci_runtime_suspend,
|
/Linux-v4.19/drivers/pwm/ |
D | pwm-lpss-pci.c | 100 SET_RUNTIME_PM_OPS(pwm_lpss_runtime_suspend_pci,
|
/Linux-v4.19/drivers/crypto/ccree/ |
D | cc_pm.c | 19 SET_RUNTIME_PM_OPS(cc_pm_suspend, cc_pm_resume, NULL)
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk-tegra124-dfll-fcpu.c | 151 SET_RUNTIME_PM_OPS(tegra_dfll_runtime_suspend,
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-is-i2c.c | 134 SET_RUNTIME_PM_OPS(fimc_is_i2c_runtime_suspend,
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-gic-pm.c | 143 SET_RUNTIME_PM_OPS(gic_runtime_suspend,
|
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufshcd-pci.c | 195 SET_RUNTIME_PM_OPS(ufshcd_pci_runtime_suspend,
|
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-replicator.c | 138 SET_RUNTIME_PM_OPS(replicator_runtime_suspend,
|
D | coresight-tpiu.c | 191 SET_RUNTIME_PM_OPS(tpiu_runtime_suspend, tpiu_runtime_resume, NULL)
|
D | coresight-dynamic-replicator.c | 185 SET_RUNTIME_PM_OPS(replicator_runtime_suspend,
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk-exynos4412-isp.c | 157 SET_RUNTIME_PM_OPS(exynos4x12_isp_clk_suspend,
|
D | clk-exynos5-subcmu.c | 118 SET_RUNTIME_PM_OPS(exynos5_subcmu_suspend,
|
/Linux-v4.19/drivers/mfd/ |
D | exynos-lpass.c | 176 SET_RUNTIME_PM_OPS(exynos_lpass_suspend, exynos_lpass_resume, NULL)
|
/Linux-v4.19/drivers/char/hw_random/ |
D | stm32-rng.c | 191 SET_RUNTIME_PM_OPS(stm32_rng_runtime_suspend,
|
/Linux-v4.19/sound/soc/img/ |
D | pistachio-internal-dac.c | 266 SET_RUNTIME_PM_OPS(pistachio_internal_dac_rt_suspend,
|
/Linux-v4.19/drivers/remoteproc/ |
D | wkup_m3_rproc.c | 243 SET_RUNTIME_PM_OPS(wkup_m3_rpm_suspend, wkup_m3_rpm_resume, NULL)
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | dwc3-of-simple.c | 234 SET_RUNTIME_PM_OPS(dwc3_of_simple_runtime_suspend,
|
/Linux-v4.19/drivers/gnss/ |
D | serial.c | 269 SET_RUNTIME_PM_OPS(gnss_serial_runtime_suspend, gnss_serial_runtime_resume, NULL)
|
/Linux-v4.19/drivers/staging/greybus/ |
D | bundle.c | 166 SET_RUNTIME_PM_OPS(gb_bundle_suspend, gb_bundle_resume, gb_bundle_idle)
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | omap_device.c | 640 SET_RUNTIME_PM_OPS(_od_fail_runtime_suspend, 647 SET_RUNTIME_PM_OPS(_od_runtime_suspend, _od_runtime_resume,
|
12345678910>>...13