Searched defs:dev_pm_domain (Results 1 – 1 of 1) sorted by relevance
643 struct dev_pm_domain { struct644 struct dev_pm_ops ops;645 int (*start)(struct device *dev);646 void (*detach)(struct device *dev, bool power_off);647 int (*activate)(struct device *dev);648 void (*sync)(struct device *dev);649 void (*dismiss)(struct device *dev);