Searched refs:scan_timer (Results 1 – 6 of 6) sorted by relevance
481 static struct timer_list scan_timer; variable1117 if (scan_timer.function != NULL) { in handle_lcd_special_code()2000 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME); in panel_scan_timer()2005 if (scan_timer.function != NULL) in init_scan_timer()2008 setup_timer(&scan_timer, (void *)&panel_scan_timer, 0); in init_scan_timer()2009 scan_timer.expires = jiffies + INPUT_POLL_TIME; in init_scan_timer()2010 add_timer(&scan_timer); in init_scan_timer()2402 if (scan_timer.function != NULL) in panel_cleanup_module()2403 del_timer_sync(&scan_timer); in panel_cleanup_module()
443 setup_timer(&wil->scan_timer, wil_scan_timer_fn, (ulong)wil); in wil_priv_init()508 del_timer_sync(&wil->scan_timer); in wil_priv_deinit()699 del_timer_sync(&wil->scan_timer); in wil_reset()871 del_timer_sync(&wil->scan_timer); in __wil_down()
293 mod_timer(&wil->scan_timer, jiffies + WIL6210_SCAN_TO); in wil_cfg80211_scan()331 del_timer_sync(&wil->scan_timer); in wil_cfg80211_scan()
572 struct timer_list scan_timer; /* detect scan timeout */ member
376 del_timer_sync(&wil->scan_timer); in wmi_evt_scan_complete()
3940 struct scan_timer { struct3965 struct scan_timer values[WCN36XX_HAL_PNO_MAX_SCAN_TIMERS]; argument