Searched defs:dev_pm_domain (Results 1 – 1 of 1) sorted by relevance
743 struct dev_pm_domain { struct744 struct dev_pm_ops ops;745 int (*start)(struct device *dev);746 void (*detach)(struct device *dev, bool power_off);747 int (*activate)(struct device *dev);748 void (*sync)(struct device *dev);749 void (*dismiss)(struct device *dev);750 int (*set_performance_state)(struct device *dev, unsigned int state);