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