Home
last modified time | relevance | path

Searched defs:dev_pm_domain (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dpm.h643 struct dev_pm_domain { struct
644 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);
/kernel/linux/linux-6.6/include/linux/
Dpm.h742 struct dev_pm_domain { struct
743 struct dev_pm_ops ops;
744 int (*start)(struct device *dev);
745 void (*detach)(struct device *dev, bool power_off);
746 int (*activate)(struct device *dev);
747 void (*sync)(struct device *dev);
748 void (*dismiss)(struct device *dev);