Searched refs:SIMPLE_DEV_PM_OPS (Results 1 – 25 of 100) sorted by relevance
1234
/linux-3.4.99/drivers/mmc/host/ |
D | dw_mmc-pltfm.c | 108 static SIMPLE_DEV_PM_OPS(dw_mci_pltfm_pmops, dw_mci_pltfm_suspend, dw_mci_pltfm_resume);
|
D | dw_mmc-pci.c | 125 static SIMPLE_DEV_PM_OPS(dw_mci_pci_pmops, dw_mci_pci_suspend, dw_mci_pci_resume);
|
/linux-3.4.99/drivers/input/misc/ |
D | ad714x-i2c.c | 28 static SIMPLE_DEV_PM_OPS(ad714x_i2c_pm, ad714x_i2c_suspend, ad714x_i2c_resume);
|
D | adxl34x-spi.c | 119 static SIMPLE_DEV_PM_OPS(adxl34x_spi_pm, adxl34x_spi_suspend,
|
D | ad714x-spi.c | 31 static SIMPLE_DEV_PM_OPS(ad714x_spi_pm, ad714x_spi_suspend, ad714x_spi_resume);
|
D | adxl34x-i2c.c | 130 static SIMPLE_DEV_PM_OPS(adxl34x_i2c_pm, adxl34x_i2c_suspend,
|
D | 88pm860x_onkey.c | 155 static SIMPLE_DEV_PM_OPS(pm860x_onkey_pm_ops, pm860x_onkey_suspend, pm860x_onkey_resume);
|
D | pwm-beeper.c | 166 static SIMPLE_DEV_PM_OPS(pwm_beeper_pm_ops,
|
D | max8925_onkey.c | 189 static SIMPLE_DEV_PM_OPS(max8925_onkey_pm_ops, max8925_onkey_suspend, max8925_onkey_resume);
|
D | pmic8xxx-pwrkey.c | 81 static SIMPLE_DEV_PM_OPS(pm8xxx_pwr_key_pm_ops,
|
D | pm8xxx-vibrator.c | 269 static SIMPLE_DEV_PM_OPS(pm8xxx_vib_pm_ops, pm8xxx_vib_suspend, NULL);
|
D | twl4030-vibra.c | 194 static SIMPLE_DEV_PM_OPS(twl4030_vibra_pm_ops,
|
D | gp2ap002a00f.c | 266 static SIMPLE_DEV_PM_OPS(gp2a_pm, gp2a_suspend, gp2a_resume);
|
/linux-3.4.99/drivers/misc/lis3lv02d/ |
D | lis3lv02d_spi.c | 116 static SIMPLE_DEV_PM_OPS(lis3lv02d_spi_pm, lis3lv02d_spi_suspend,
|
/linux-3.4.99/drivers/platform/x86/ |
D | samsung-q10.c | 77 static SIMPLE_DEV_PM_OPS(samsungq10_pm_ops,
|
/linux-3.4.99/drivers/video/backlight/ |
D | platform_lcd.c | 144 static SIMPLE_DEV_PM_OPS(platform_lcd_pm_ops, platform_lcd_suspend,
|
D | pwm_bl.c | 191 static SIMPLE_DEV_PM_OPS(pwm_backlight_pm_ops, pwm_backlight_suspend,
|
/linux-3.4.99/drivers/power/ |
D | gpio-charger.c | 176 static SIMPLE_DEV_PM_OPS(gpio_charger_pm_ops, NULL, gpio_charger_resume);
|
/linux-3.4.99/drivers/thermal/ |
D | spear_thermal.c | 99 static SIMPLE_DEV_PM_OPS(spear_thermal_pm_ops, spear_thermal_suspend,
|
/linux-3.4.99/drivers/input/touchscreen/ |
D | migor_ts.c | 227 static SIMPLE_DEV_PM_OPS(migor_ts_pm, migor_ts_suspend, migor_ts_resume);
|
D | pixcir_i2c_ts.c | 125 static SIMPLE_DEV_PM_OPS(pixcir_dev_pm_ops,
|
D | egalax_ts.c | 275 static SIMPLE_DEV_PM_OPS(egalax_ts_pm_ops, egalax_ts_suspend, egalax_ts_resume);
|
/linux-3.4.99/drivers/mfd/ |
D | max8925-i2c.c | 213 static SIMPLE_DEV_PM_OPS(max8925_pm_ops, max8925_suspend, max8925_resume);
|
/linux-3.4.99/drivers/misc/ |
D | bh1780gli.c | 238 static SIMPLE_DEV_PM_OPS(bh1780_pm, bh1780_suspend, bh1780_resume);
|
/linux-3.4.99/drivers/staging/iio/dac/ |
D | max517.c | 197 static SIMPLE_DEV_PM_OPS(max517_pm_ops, max517_suspend, max517_resume);
|
1234