Searched refs:DEFINE_RUNTIME_DEV_PM_OPS (Results 1 – 25 of 60) sorted by relevance
123
| /linux/drivers/platform/chrome/ |
| A D | cros_hps_i2c.c | 129 static DEFINE_RUNTIME_DEV_PM_OPS(hps_pm_ops, hps_suspend, hps_resume, NULL);
|
| /linux/drivers/tty/serial/ |
| A D | serial_port.c | 116 static DEFINE_RUNTIME_DEV_PM_OPS(serial_port_pm,
|
| /linux/drivers/iio/light/ |
| A D | bh1780.c | 255 static DEFINE_RUNTIME_DEV_PM_OPS(bh1780_dev_pm_ops, bh1780_runtime_suspend,
|
| A D | ltrf216a.c | 541 static DEFINE_RUNTIME_DEV_PM_OPS(ltrf216a_pm_ops, ltrf216a_runtime_suspend,
|
| A D | gp2ap002.c | 691 static DEFINE_RUNTIME_DEV_PM_OPS(gp2ap002_dev_pm_ops, gp2ap002_runtime_suspend,
|
| A D | isl29028.c | 677 static DEFINE_RUNTIME_DEV_PM_OPS(isl29028_pm_ops, isl29028_suspend,
|
| A D | vcnl4035.c | 652 static DEFINE_RUNTIME_DEV_PM_OPS(vcnl4035_pm_ops, vcnl4035_runtime_suspend,
|
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos_dp.c | 271 static DEFINE_RUNTIME_DEV_PM_OPS(exynos_dp_pm_ops, exynos_dp_suspend,
|
| A D | exynos_drm_rotator.c | 449 static DEFINE_RUNTIME_DEV_PM_OPS(rotator_pm_ops, rotator_runtime_suspend,
|
| A D | exynos_drm_mic.c | 372 static DEFINE_RUNTIME_DEV_PM_OPS(exynos_mic_pm_ops, exynos_mic_suspend,
|
| /linux/include/linux/ |
| A D | pm_runtime.h | 37 #define DEFINE_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ macro
|
| /linux/drivers/media/i2c/ |
| A D | dw9719.c | 334 static DEFINE_RUNTIME_DEV_PM_OPS(dw9719_pm_ops, dw9719_suspend, dw9719_resume,
|
| /linux/drivers/i2c/busses/ |
| A D | i2c-ls2x.c | 340 static DEFINE_RUNTIME_DEV_PM_OPS(ls2x_i2c_pm_ops,
|
| /linux/drivers/iio/adc/ |
| A D | ti-ads1100.c | 410 static DEFINE_RUNTIME_DEV_PM_OPS(ads1100_pm_ops,
|
| A D | imx93_adc.c | 461 static DEFINE_RUNTIME_DEV_PM_OPS(imx93_adc_pm_ops,
|
| A D | imx8qxp-adc.c | 478 static DEFINE_RUNTIME_DEV_PM_OPS(imx8qxp_adc_pm_ops,
|
| /linux/sound/soc/codecs/ |
| A D | max98363.c | 117 static DEFINE_RUNTIME_DEV_PM_OPS(max98363_pm, max98363_suspend, max98363_resume, NULL);
|
| /linux/drivers/gpu/drm/rockchip/ |
| A D | analogix_dp-rockchip.c | 447 static DEFINE_RUNTIME_DEV_PM_OPS(rockchip_dp_pm_ops, rockchip_dp_suspend,
|
| /linux/drivers/phy/freescale/ |
| A D | phy-fsl-samsung-hdmi.c | 692 static DEFINE_RUNTIME_DEV_PM_OPS(fsl_samsung_hdmi_phy_pm_ops,
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | psb_drv.c | 490 static DEFINE_RUNTIME_DEV_PM_OPS(psb_pm_ops, gma_power_suspend, gma_power_resume, NULL);
|
| /linux/drivers/staging/media/atomisp/i2c/ |
| A D | atomisp-gc0310.c | 701 static DEFINE_RUNTIME_DEV_PM_OPS(gc0310_pm_ops, gc0310_suspend, gc0310_resume, NULL);
|
| /linux/drivers/gpio/ |
| A D | gpio-mpc8xxx.c | 456 static DEFINE_RUNTIME_DEV_PM_OPS(mpc8xx_pm_ops,
|
| /linux/drivers/pwm/ |
| A D | pwm-rz-mtu3.c | 459 static DEFINE_RUNTIME_DEV_PM_OPS(rz_mtu3_pwm_pm_ops,
|
| /linux/drivers/iio/magnetometer/ |
| A D | tmag5273.c | 709 static DEFINE_RUNTIME_DEV_PM_OPS(tmag5273_pm_ops,
|
| /linux/drivers/iio/pressure/ |
| A D | icp10100.c | 628 static DEFINE_RUNTIME_DEV_PM_OPS(icp10100_pm, icp10100_suspend, icp10100_resume,
|
Completed in 48 milliseconds
123