Searched refs:pm_notifier (Results 1 – 6 of 6) sorted by relevance
56 struct pm_notifier { struct93 void pm_notifier_register(struct pm_notifier *notifier);106 int pm_notifier_unregister(struct pm_notifier *notifier);184 static inline void pm_notifier_register(struct pm_notifier *notifier) in pm_notifier_register()189 static inline int pm_notifier_unregister(struct pm_notifier *notifier) in pm_notifier_unregister()
52 struct pm_notifier *notifier; in pm_state_notify()236 void pm_notifier_register(struct pm_notifier *notifier) in pm_notifier_register()244 int pm_notifier_unregister(struct pm_notifier *notifier) in pm_notifier_unregister()
259 static struct pm_notifier notifier = {
101 static struct pm_notifier notifier = {
336 static struct pm_notifier notifier = {
863 * New power state changes notification API :c:struct:`pm_notifier`