Searched refs:RUNTIME_PM_OPS (Results 1 - 25 of 85) sorted by relevance

1234

/linux-master/include/linux/
H A 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) \
H A 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-master/drivers/bus/
H A Dsimple-pm-bus.c113 RUNTIME_PM_OPS(simple_pm_bus_runtime_suspend, simple_pm_bus_runtime_resume, NULL)
/linux-master/drivers/iio/dac/
H A Dstm32-dac-core.c227 RUNTIME_PM_OPS(stm32_dac_core_runtime_suspend,
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_drv.c156 RUNTIME_PM_OPS(shmob_drm_pm_runtime_suspend,
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-dev.c319 RUNTIME_PM_OPS(dcss_dev_runtime_suspend, dcss_dev_runtime_resume, NULL)
/linux-master/drivers/clk/starfive/
H A Dclk-starfive-jh7110-isp.c107 RUNTIME_PM_OPS(jh7110_ispcrg_suspend, jh7110_ispcrg_resume, NULL)
H A Dclk-starfive-jh7110-vout.c112 RUNTIME_PM_OPS(jh7110_voutcrg_suspend, jh7110_voutcrg_resume, NULL)
/linux-master/drivers/input/rmi4/
H A Drmi_i2c.c364 RUNTIME_PM_OPS(rmi_i2c_runtime_suspend, rmi_i2c_runtime_resume, NULL)
H A Drmi_smbus.c412 RUNTIME_PM_OPS(rmi_smb_runtime_suspend, rmi_smb_runtime_resume, NULL)
H A Drmi_spi.c504 RUNTIME_PM_OPS(rmi_spi_runtime_suspend, rmi_spi_runtime_resume, NULL)
/linux-master/drivers/iio/proximity/
H A Dpulsedlight-lidar-lite-v2.c359 RUNTIME_PM_OPS(lidar_pm_runtime_suspend, lidar_pm_runtime_resume, NULL)
H A Dsrf04.c386 RUNTIME_PM_OPS(srf04_pm_runtime_suspend,
/linux-master/sound/soc/amd/vangogh/
H A Dpci-acp5x.c297 RUNTIME_PM_OPS(snd_acp5x_suspend, snd_acp5x_resume, NULL)
/linux-master/drivers/regulator/
H A Drt6190-regulator.c474 RUNTIME_PM_OPS(rt6190_runtime_suspend, rt6190_runtime_resume, NULL)
/linux-master/drivers/gpu/drm/tegra/
H A Dvic.c545 RUNTIME_PM_OPS(vic_runtime_suspend, vic_runtime_resume, NULL)
/linux-master/drivers/i2c/busses/
H A Di2c-hix5hd2.c498 RUNTIME_PM_OPS(hix5hd2_i2c_runtime_suspend,
/linux-master/sound/soc/starfive/
H A Djh7110_pwmdac.c422 RUNTIME_PM_OPS(jh7110_pwmdac_runtime_suspend,
/linux-master/drivers/iio/adc/
H A Drcar-gyroadc.c599 RUNTIME_PM_OPS(rcar_gyroadc_suspend, rcar_gyroadc_resume, NULL)
H A Dstm32-dfsdm-core.c502 RUNTIME_PM_OPS(stm32_dfsdm_core_runtime_suspend,
/linux-master/drivers/input/touchscreen/
H A Ds6sy761.c511 RUNTIME_PM_OPS(s6sy761_runtime_suspend, s6sy761_runtime_resume, NULL)
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c501 RUNTIME_PM_OPS(panfrost_device_runtime_suspend, panfrost_device_runtime_resume, NULL)
/linux-master/drivers/input/keyboard/
H A Domap4-keypad.c338 RUNTIME_PM_OPS(omap4_keypad_runtime_suspend, NULL, NULL)
/linux-master/drivers/mfd/
H A Dintel-lpss.c536 RUNTIME_PM_OPS(intel_lpss_suspend, intel_lpss_resume, NULL)
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.c396 RUNTIME_PM_OPS(mxc_isi_runtime_suspend, mxc_isi_runtime_resume, NULL)

Completed in 212 milliseconds

1234