Searched refs:_pm_notify (Results 1 – 1 of 1) sorted by relevance
65 static struct rt_pm_notify _pm_notify; variable398 if (_pm_notify.notify) in _pm_change_sleep_mode()400 _pm_notify.notify(RT_PM_ENTER_SLEEP, pm->sleep_mode, _pm_notify.data); in _pm_change_sleep_mode()409 if (_pm_notify.notify) in _pm_change_sleep_mode()411 _pm_notify.notify(RT_PM_EXIT_SLEEP, pm->sleep_mode, _pm_notify.data); in _pm_change_sleep_mode()458 if (_pm_notify.notify) in _pm_change_sleep_mode()459 _pm_notify.notify(RT_PM_EXIT_SLEEP, pm->sleep_mode, _pm_notify.data); in _pm_change_sleep_mode()854 _pm_notify.notify = notify; in rt_pm_notify_set()855 _pm_notify.data = data; in rt_pm_notify_set()
Completed in 5 milliseconds