Searched refs:pm_wakeup_timer_fn (Results 1 – 1 of 1) sorted by relevance
57 static void pm_wakeup_timer_fn(unsigned long data);177 setup_timer(&ws->timer, pm_wakeup_timer_fn, (unsigned long)ws); in wakeup_source_add()482 return ws->timer.function != pm_wakeup_timer_fn || in wakeup_source_not_registered()727 static void pm_wakeup_timer_fn(unsigned long data) in pm_wakeup_timer_fn() function