Searched refs:UNIVERSAL_DEV_PM_OPS (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/char/hw_random/ |
D | stm32-rng.c | 178 static UNIVERSAL_DEV_PM_OPS(stm32_rng_pm_ops, stm32_rng_runtime_suspend,
|
/linux-4.4.14/drivers/misc/ |
D | apds9802als.c | 292 static UNIVERSAL_DEV_PM_OPS(apds9802als_pm_ops, apds9802als_suspend,
|
/linux-4.4.14/drivers/phy/ |
D | phy-dm816x-usb.c | 169 static UNIVERSAL_DEV_PM_OPS(dm816x_usb_phy_pm_ops,
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-designware-pcidrv.c | 179 static UNIVERSAL_DEV_PM_OPS(i2c_dw_pm_ops, i2c_dw_pci_suspend,
|
/linux-4.4.14/drivers/amba/ |
D | tegra-ahb.c | 195 static UNIVERSAL_DEV_PM_OPS(tegra_ahb_pm,
|
/linux-4.4.14/drivers/input/misc/ |
D | mpu3050.c | 452 static UNIVERSAL_DEV_PM_OPS(mpu3050_pm, mpu3050_suspend, mpu3050_resume, NULL);
|
D | bma150.c | 642 static UNIVERSAL_DEV_PM_OPS(bma150_pm, bma150_suspend, bma150_resume, NULL);
|
/linux-4.4.14/include/linux/ |
D | pm.h | 388 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ macro
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sh_mobile_meram.c | 617 static UNIVERSAL_DEV_PM_OPS(sh_mobile_meram_dev_pm_ops,
|
/linux-4.4.14/Documentation/power/ |
D | runtime_pm.txt | 765 UNIVERSAL_DEV_PM_OPS macro defined in include/linux/pm.h (possibly setting its
|
D | pci.txt | 954 The UNIVERSAL_DEV_PM_OPS macro is similar to SIMPLE_DEV_PM_OPS, but it
|