Searched refs:_wakeup_hook (Results 1 – 2 of 2) sorted by relevance
20 static void (*_wakeup_hook)(void); variable26 _wakeup_hook = hook; in bsp_register_wakeup()33 if (_wakeup_hook) in _wakeup_callback()34 _wakeup_hook(); in _wakeup_callback()
Completed in 9 milliseconds