Home
last modified time | relevance | path

Searched refs:RUNTIME_PM_OPS (Results 1 – 25 of 68) sorted by relevance

123

/Linux-v6.6/include/linux/
Dpm_runtime.h44 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) \
Dpm.h336 #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/
Dsimple-pm-bus.c114 RUNTIME_PM_OPS(simple_pm_bus_runtime_suspend, simple_pm_bus_runtime_resume, NULL)
/Linux-v6.6/drivers/clk/starfive/
Dclk-starfive-jh7110-isp.c107 RUNTIME_PM_OPS(jh7110_ispcrg_suspend, jh7110_ispcrg_resume, NULL)
Dclk-starfive-jh7110-vout.c112 RUNTIME_PM_OPS(jh7110_voutcrg_suspend, jh7110_voutcrg_resume, NULL)
/Linux-v6.6/drivers/iio/dac/
Dstm32-dac-core.c230 RUNTIME_PM_OPS(stm32_dac_core_runtime_suspend,
/Linux-v6.6/drivers/gpu/drm/imx/dcss/
Ddcss-dev.c322 RUNTIME_PM_OPS(dcss_dev_runtime_suspend, dcss_dev_runtime_resume, NULL)
/Linux-v6.6/drivers/iio/proximity/
Dsrf04.c388 RUNTIME_PM_OPS(srf04_pm_runtime_suspend,
Dpulsedlight-lidar-lite-v2.c359 RUNTIME_PM_OPS(lidar_pm_runtime_suspend, lidar_pm_runtime_resume, NULL)
/Linux-v6.6/drivers/input/rmi4/
Drmi_i2c.c364 RUNTIME_PM_OPS(rmi_i2c_runtime_suspend, rmi_i2c_runtime_resume, NULL)
Drmi_smbus.c412 RUNTIME_PM_OPS(rmi_smb_runtime_suspend, rmi_smb_runtime_resume, NULL)
Drmi_spi.c504 RUNTIME_PM_OPS(rmi_spi_runtime_suspend, rmi_spi_runtime_resume, NULL)
/Linux-v6.6/drivers/i2c/busses/
Di2c-designware-platdrv.c479 RUNTIME_PM_OPS(dw_i2c_plat_runtime_suspend, dw_i2c_plat_runtime_resume, NULL)
Di2c-hix5hd2.c498 RUNTIME_PM_OPS(hix5hd2_i2c_runtime_suspend,
/Linux-v6.6/drivers/regulator/
Drt6190-regulator.c474 RUNTIME_PM_OPS(rt6190_runtime_suspend, rt6190_runtime_resume, NULL)
/Linux-v6.6/drivers/iio/adc/
Dstm32-dfsdm-core.c504 RUNTIME_PM_OPS(stm32_dfsdm_core_runtime_suspend,
Drcar-gyroadc.c601 RUNTIME_PM_OPS(rcar_gyroadc_suspend, rcar_gyroadc_resume, NULL)
/Linux-v6.6/drivers/input/keyboard/
Domap4-keypad.c330 RUNTIME_PM_OPS(omap4_keypad_runtime_suspend, NULL, NULL)
/Linux-v6.6/drivers/input/touchscreen/
Ds6sy761.c518 RUNTIME_PM_OPS(s6sy761_runtime_suspend, s6sy761_runtime_resume, NULL)
/Linux-v6.6/drivers/mfd/
Dwm8994-core.c664 RUNTIME_PM_OPS(wm8994_suspend, wm8994_resume, NULL)
/Linux-v6.6/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-core.c396 RUNTIME_PM_OPS(mxc_isi_runtime_suspend, mxc_isi_runtime_resume, NULL)
/Linux-v6.6/drivers/watchdog/
Dstarfive-wdt.c577 RUNTIME_PM_OPS(starfive_wdt_runtime_suspend, starfive_wdt_runtime_resume, NULL)
/Linux-v6.6/drivers/gpu/drm/tegra/
Dvic.c545 RUNTIME_PM_OPS(vic_runtime_suspend, vic_runtime_resume, NULL)
/Linux-v6.6/drivers/iio/accel/
Dmma9551.c587 RUNTIME_PM_OPS(mma9551_runtime_suspend, mma9551_runtime_resume, NULL)
/Linux-v6.6/sound/soc/starfive/
Djh7110_tdm.c650 RUNTIME_PM_OPS(jh7110_tdm_runtime_suspend,

123