Searched defs:dev_pm_domain (Results 1 – 1 of 1) sorted by relevance
5870 struct dev_pm_domain { struct5871 struct dev_pm_ops ops;5872 int (*start)(struct device *);5873 void (*detach)(struct device *, bool);5874 int (*activate)(struct device *);5875 void (*sync)(struct device *);5876 void (*dismiss)(struct device *);