Searched refs:SET_RUNTIME_PM_OPS (Results 1 – 25 of 366) sorted by relevance
12345678910>>...15
| /Linux-v5.4/include/linux/ |
| D | pm.h | 341 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ macro 346 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) macro 374 SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
|
| /Linux-v5.4/drivers/mmc/host/ |
| D | dw_mmc-pci.c | 80 SET_RUNTIME_PM_OPS(dw_mci_runtime_suspend,
|
| D | dw_mmc-pltfm.c | 60 SET_RUNTIME_PM_OPS(dw_mci_runtime_suspend,
|
| D | dw_mmc-zx.c | 220 SET_RUNTIME_PM_OPS(dw_mci_runtime_suspend,
|
| D | tmio_mmc.c | 217 SET_RUNTIME_PM_OPS(tmio_mmc_host_runtime_suspend,
|
| /Linux-v5.4/drivers/pwm/ |
| D | pwm-lpss-pci.c | 97 SET_RUNTIME_PM_OPS(pwm_lpss_runtime_suspend_pci,
|
| /Linux-v5.4/drivers/bus/ |
| D | tegra-aconnect.c | 95 SET_RUNTIME_PM_OPS(tegra_aconnect_runtime_suspend,
|
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_pm.c | 19 SET_RUNTIME_PM_OPS(cc_pm_suspend, cc_pm_resume, NULL)
|
| /Linux-v5.4/drivers/clk/qcom/ |
| D | turingcc-qcs404.c | 148 SET_RUNTIME_PM_OPS(pm_clk_suspend, pm_clk_resume, NULL)
|
| /Linux-v5.4/sound/soc/sof/ |
| D | sof-of-dev.c | 30 SET_RUNTIME_PM_OPS(snd_sof_runtime_suspend, snd_sof_runtime_resume,
|
| D | sof-acpi-dev.c | 118 SET_RUNTIME_PM_OPS(snd_sof_runtime_suspend, snd_sof_runtime_resume,
|
| /Linux-v5.4/drivers/media/platform/exynos4-is/ |
| D | fimc-is-i2c.c | 131 SET_RUNTIME_PM_OPS(fimc_is_i2c_runtime_suspend,
|
| /Linux-v5.4/drivers/scsi/ufs/ |
| D | ufshcd-pci.c | 195 SET_RUNTIME_PM_OPS(ufshcd_pci_runtime_suspend,
|
| /Linux-v5.4/drivers/hwspinlock/ |
| D | stm32_hwspinlock.c | 127 SET_RUNTIME_PM_OPS(stm32_hwspinlock_runtime_suspend,
|
| /Linux-v5.4/drivers/irqchip/ |
| D | irq-gic-pm.c | 132 SET_RUNTIME_PM_OPS(gic_runtime_suspend,
|
| /Linux-v5.4/drivers/clk/samsung/ |
| D | clk-exynos4412-isp.c | 154 SET_RUNTIME_PM_OPS(exynos4x12_isp_clk_suspend,
|
| D | clk-exynos5-subcmu.c | 119 SET_RUNTIME_PM_OPS(exynos5_subcmu_suspend,
|
| /Linux-v5.4/drivers/usb/dwc3/ |
| D | dwc3-of-simple.c | 174 SET_RUNTIME_PM_OPS(dwc3_of_simple_runtime_suspend,
|
| /Linux-v5.4/drivers/mfd/ |
| D | exynos-lpass.c | 175 SET_RUNTIME_PM_OPS(exynos_lpass_suspend, exynos_lpass_resume, NULL)
|
| /Linux-v5.4/drivers/net/can/m_can/ |
| D | m_can_platform.c | 173 SET_RUNTIME_PM_OPS(m_can_runtime_suspend,
|
| /Linux-v5.4/drivers/hwtracing/coresight/ |
| D | coresight-tpiu.c | 199 SET_RUNTIME_PM_OPS(tpiu_runtime_suspend, tpiu_runtime_resume, NULL)
|
| /Linux-v5.4/drivers/memory/ |
| D | mtk-smi.c | 368 SET_RUNTIME_PM_OPS(mtk_smi_larb_suspend, mtk_smi_larb_resume, NULL) 509 SET_RUNTIME_PM_OPS(mtk_smi_common_suspend, mtk_smi_common_resume, NULL)
|
| /Linux-v5.4/sound/soc/img/ |
| D | pistachio-internal-dac.c | 263 SET_RUNTIME_PM_OPS(pistachio_internal_dac_rt_suspend,
|
| /Linux-v5.4/drivers/char/hw_random/ |
| D | stm32-rng.c | 190 SET_RUNTIME_PM_OPS(stm32_rng_runtime_suspend,
|
| /Linux-v5.4/drivers/gpu/drm/stm/ |
| D | drv.c | 187 SET_RUNTIME_PM_OPS(drv_runtime_suspend,
|
12345678910>>...15