Searched defs:dev_pm_domain (Results 1 – 1 of 1) sorted by relevance
650 struct dev_pm_domain { struct651 struct dev_pm_ops ops;652 int (*start)(struct device *dev);653 void (*detach)(struct device *dev, bool power_off);654 int (*activate)(struct device *dev);655 void (*sync)(struct device *dev);656 void (*dismiss)(struct device *dev);