Searched refs:RUNTIME_PM_OPS (Results 1 – 25 of 68) sorted by relevance
123
| /Linux-v6.6/include/linux/ |
| D | pm_runtime.h | 44 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ 48 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ 52 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ 56 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
|
| D | pm.h | 336 #define RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ macro 364 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) 374 RUNTIME_PM_OPS(runtime_suspend_fn, runtime_resume_fn, idle_fn) \
|
| /Linux-v6.6/drivers/bus/ |
| D | simple-pm-bus.c | 114 RUNTIME_PM_OPS(simple_pm_bus_runtime_suspend, simple_pm_bus_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/clk/starfive/ |
| D | clk-starfive-jh7110-isp.c | 107 RUNTIME_PM_OPS(jh7110_ispcrg_suspend, jh7110_ispcrg_resume, NULL)
|
| D | clk-starfive-jh7110-vout.c | 112 RUNTIME_PM_OPS(jh7110_voutcrg_suspend, jh7110_voutcrg_resume, NULL)
|
| /Linux-v6.6/drivers/iio/dac/ |
| D | stm32-dac-core.c | 230 RUNTIME_PM_OPS(stm32_dac_core_runtime_suspend,
|
| /Linux-v6.6/drivers/gpu/drm/imx/dcss/ |
| D | dcss-dev.c | 322 RUNTIME_PM_OPS(dcss_dev_runtime_suspend, dcss_dev_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/iio/proximity/ |
| D | srf04.c | 388 RUNTIME_PM_OPS(srf04_pm_runtime_suspend,
|
| D | pulsedlight-lidar-lite-v2.c | 359 RUNTIME_PM_OPS(lidar_pm_runtime_suspend, lidar_pm_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/input/rmi4/ |
| D | rmi_i2c.c | 364 RUNTIME_PM_OPS(rmi_i2c_runtime_suspend, rmi_i2c_runtime_resume, NULL)
|
| D | rmi_smbus.c | 412 RUNTIME_PM_OPS(rmi_smb_runtime_suspend, rmi_smb_runtime_resume, NULL)
|
| D | rmi_spi.c | 504 RUNTIME_PM_OPS(rmi_spi_runtime_suspend, rmi_spi_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/i2c/busses/ |
| D | i2c-designware-platdrv.c | 479 RUNTIME_PM_OPS(dw_i2c_plat_runtime_suspend, dw_i2c_plat_runtime_resume, NULL)
|
| D | i2c-hix5hd2.c | 498 RUNTIME_PM_OPS(hix5hd2_i2c_runtime_suspend,
|
| /Linux-v6.6/drivers/regulator/ |
| D | rt6190-regulator.c | 474 RUNTIME_PM_OPS(rt6190_runtime_suspend, rt6190_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/iio/adc/ |
| D | stm32-dfsdm-core.c | 504 RUNTIME_PM_OPS(stm32_dfsdm_core_runtime_suspend,
|
| D | rcar-gyroadc.c | 601 RUNTIME_PM_OPS(rcar_gyroadc_suspend, rcar_gyroadc_resume, NULL)
|
| /Linux-v6.6/drivers/input/keyboard/ |
| D | omap4-keypad.c | 330 RUNTIME_PM_OPS(omap4_keypad_runtime_suspend, NULL, NULL)
|
| /Linux-v6.6/drivers/input/touchscreen/ |
| D | s6sy761.c | 518 RUNTIME_PM_OPS(s6sy761_runtime_suspend, s6sy761_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/mfd/ |
| D | wm8994-core.c | 664 RUNTIME_PM_OPS(wm8994_suspend, wm8994_resume, NULL)
|
| /Linux-v6.6/drivers/media/platform/nxp/imx8-isi/ |
| D | imx8-isi-core.c | 396 RUNTIME_PM_OPS(mxc_isi_runtime_suspend, mxc_isi_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/watchdog/ |
| D | starfive-wdt.c | 577 RUNTIME_PM_OPS(starfive_wdt_runtime_suspend, starfive_wdt_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/gpu/drm/tegra/ |
| D | vic.c | 545 RUNTIME_PM_OPS(vic_runtime_suspend, vic_runtime_resume, NULL)
|
| /Linux-v6.6/drivers/iio/accel/ |
| D | mma9551.c | 587 RUNTIME_PM_OPS(mma9551_runtime_suspend, mma9551_runtime_resume, NULL)
|
| /Linux-v6.6/sound/soc/starfive/ |
| D | jh7110_tdm.c | 650 RUNTIME_PM_OPS(jh7110_tdm_runtime_suspend,
|
123