Searched refs:UNIVERSAL_DEV_PM_OPS (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/platform/x86/intel/atomisp2/ |
H A D | pm.c | 121 static UNIVERSAL_DEV_PM_OPS(isp_pm_ops, isp_pci_suspend,
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_hps_i2c.c | 129 static UNIVERSAL_DEV_PM_OPS(hps_pm_ops, hps_suspend, hps_resume, NULL);
|
/openbmc/linux/drivers/amba/ |
H A D | tegra-ahb.c | 175 static UNIVERSAL_DEV_PM_OPS(tegra_ahb_pm,
|
/openbmc/linux/drivers/misc/ |
H A D | apds9802als.c | 278 static UNIVERSAL_DEV_PM_OPS(apds9802als_pm_ops, apds9802als_suspend,
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-dm816x-usb.c | 159 static UNIVERSAL_DEV_PM_OPS(dm816x_usb_phy_pm_ops,
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-am62.c | 341 static UNIVERSAL_DEV_PM_OPS(dwc3_ti_pm_ops, dwc3_ti_suspend_common,
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-nvidia-gpu.c | 360 static UNIVERSAL_DEV_PM_OPS(gpu_i2c_driver_pm, gpu_i2c_suspend, gpu_i2c_resume,
|
H A D | i2c-amd-mp2-pci.c | 437 static UNIVERSAL_DEV_PM_OPS(amd_mp2_pci_pm_ops, amd_mp2_pci_suspend,
|
/openbmc/linux/drivers/counter/ |
H A D | intel-qep.c | 496 static UNIVERSAL_DEV_PM_OPS(intel_qep_pm_ops,
|
/openbmc/linux/drivers/input/misc/ |
H A D | bma150.c | 536 static UNIVERSAL_DEV_PM_OPS(bma150_pm, bma150_suspend, bma150_resume, NULL);
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | cctrng.c | 642 static UNIVERSAL_DEV_PM_OPS(cctrng_pm, cctrng_suspend, cctrng_resume, NULL);
|
/openbmc/linux/include/linux/ |
H A D | pm.h | 460 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ macro
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btmtksdio.c | 1477 static UNIVERSAL_DEV_PM_OPS(btmtksdio_pm_ops, btmtksdio_runtime_suspend,
|
/openbmc/linux/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-dsi-core.c | 1159 static UNIVERSAL_DEV_PM_OPS(cdns_dsi_pm_ops, cdns_dsi_suspend, cdns_dsi_resume,
|
/openbmc/linux/Documentation/power/ |
H A D | runtime_pm.rst | 812 UNIVERSAL_DEV_PM_OPS macro defined in include/linux/pm.h (possibly setting its
|
H A D | pci.rst | 988 The UNIVERSAL_DEV_PM_OPS macro is similar to SIMPLE_DEV_PM_OPS, but it
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 5331 static UNIVERSAL_DEV_PM_OPS(hisi_sas_v3_pm_ops,
|