Searched refs:DEFINE_SIMPLE_DEV_PM_OPS (Results 251 - 275 of 345) sorted by relevance

<<11121314

/linux-master/drivers/rtc/
H A Drtc-rv8803.c631 static DEFINE_SIMPLE_DEV_PM_OPS(rv8803_pm_ops, rv8803_suspend, rv8803_resume);
/linux-master/drivers/input/keyboard/
H A Dgpio_keys.c1098 static DEFINE_SIMPLE_DEV_PM_OPS(gpio_keys_pm_ops, gpio_keys_suspend, gpio_keys_resume);
/linux-master/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c869 static DEFINE_SIMPLE_DEV_PM_OPS(dell_wmi_ddv_dev_pm_ops, NULL, dell_wmi_ddv_resume);
/linux-master/sound/spi/
H A Dat73c213.c1110 static DEFINE_SIMPLE_DEV_PM_OPS(at73c213_pm_ops, snd_at73c213_suspend,
/linux-master/sound/arm/
H A Daaci.c764 static DEFINE_SIMPLE_DEV_PM_OPS(aaci_dev_pm_ops, aaci_suspend, aaci_resume);
/linux-master/sound/drivers/
H A Ddummy.c1117 static DEFINE_SIMPLE_DEV_PM_OPS(snd_dummy_pm, snd_dummy_suspend, snd_dummy_resume);
/linux-master/sound/aoa/fabrics/
H A Dlayout.c1149 static DEFINE_SIMPLE_DEV_PM_OPS(aoa_fabric_layout_pm_ops,
/linux-master/sound/pci/
H A Dvia82xx_modem.c1044 static DEFINE_SIMPLE_DEV_PM_OPS(snd_via82xx_pm, snd_via82xx_suspend, snd_via82xx_resume);
H A Datiixp_modem.c1128 static DEFINE_SIMPLE_DEV_PM_OPS(snd_atiixp_pm, snd_atiixp_suspend, snd_atiixp_resume);
H A Dals4000.c970 static DEFINE_SIMPLE_DEV_PM_OPS(snd_als4000_pm, snd_als4000_suspend, snd_als4000_resume);
/linux-master/drivers/iio/accel/
H A Dbma180.c1087 static DEFINE_SIMPLE_DEV_PM_OPS(bma180_pm_ops, bma180_suspend, bma180_resume);
/linux-master/drivers/iio/proximity/
H A Dsx9324.c1097 static DEFINE_SIMPLE_DEV_PM_OPS(sx9324_pm_ops, sx9324_suspend, sx9324_resume);
H A Dsx9310.c976 static DEFINE_SIMPLE_DEV_PM_OPS(sx9310_pm_ops, sx9310_suspend, sx9310_resume);
/linux-master/drivers/remoteproc/
H A Dstm32_rproc.c944 static DEFINE_SIMPLE_DEV_PM_OPS(stm32_rproc_pm_ops,
/linux-master/drivers/spi/
H A Dspi-pci1xxxx.c910 static DEFINE_SIMPLE_DEV_PM_OPS(spi_pm_ops, pci1xxxx_spi_suspend,
/linux-master/drivers/hwmon/
H A Dacpi_power_meter.c965 static DEFINE_SIMPLE_DEV_PM_OPS(acpi_power_meter_pm, NULL,
/linux-master/drivers/crypto/caam/
H A Dctrl.c853 static DEFINE_SIMPLE_DEV_PM_OPS(caam_ctrl_pm_ops, caam_ctrl_suspend, caam_ctrl_resume);
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c669 static DEFINE_SIMPLE_DEV_PM_OPS(lt8912_bridge_pm_ops, lt8912_bridge_suspend, lt8912_bridge_resume);
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.c958 static DEFINE_SIMPLE_DEV_PM_OPS(amd_pmc_pm, amd_pmc_suspend_handler, NULL);
/linux-master/drivers/i2c/busses/
H A Di2c-st.c761 static DEFINE_SIMPLE_DEV_PM_OPS(st_i2c_pm, st_i2c_suspend, st_i2c_resume);
/linux-master/drivers/video/fbdev/
H A Dimxfb.c1099 static DEFINE_SIMPLE_DEV_PM_OPS(imxfb_pm_ops, imxfb_suspend, imxfb_resume);
/linux-master/drivers/iio/adc/
H A Dexynos_adc.c1006 static DEFINE_SIMPLE_DEV_PM_OPS(exynos_adc_pm_ops, exynos_adc_suspend,
H A Dad799x.c951 static DEFINE_SIMPLE_DEV_PM_OPS(ad799x_pm_ops, ad799x_suspend, ad799x_resume);
/linux-master/drivers/tty/serial/
H A Dmax3100.c810 static DEFINE_SIMPLE_DEV_PM_OPS(max3100_pm_ops, max3100_suspend, max3100_resume);
/linux-master/drivers/input/misc/
H A Dda7280.c1315 static DEFINE_SIMPLE_DEV_PM_OPS(da7280_pm_ops, da7280_suspend, da7280_resume);

Completed in 224 milliseconds

<<11121314