Searched defs:dev_pm_domain (Results 1 – 1 of 1) sorted by relevance
742 struct dev_pm_domain { struct743 struct dev_pm_ops ops;744 int (*start)(struct device *dev);745 void (*detach)(struct device *dev, bool power_off);746 int (*activate)(struct device *dev);747 void (*sync)(struct device *dev);748 void (*dismiss)(struct device *dev);