Searched defs:dev_pm_domain (Results 1 – 1 of 1) sorted by relevance
750 struct dev_pm_domain { struct751 struct dev_pm_ops ops;752 int (*start)(struct device *dev);753 void (*detach)(struct device *dev, bool power_off);754 int (*activate)(struct device *dev);755 void (*sync)(struct device *dev);756 void (*dismiss)(struct device *dev);757 int (*set_performance_state)(struct device *dev, unsigned int state);