Searched refs:scan_timer (Results 1 – 8 of 8) sorted by relevance
405 static struct timer_list scan_timer; variable1353 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME); in panel_scan_timer()1358 if (scan_timer.function) in init_scan_timer()1361 timer_setup(&scan_timer, panel_scan_timer, 0); in init_scan_timer()1362 scan_timer.expires = jiffies + INPUT_POLL_TIME; in init_scan_timer()1363 add_timer(&scan_timer); in init_scan_timer()1656 if (scan_timer.function) in panel_attach()1657 timer_delete_sync(&scan_timer); in panel_attach()1677 if (scan_timer.function) in panel_detach()1678 timer_delete_sync(&scan_timer); in panel_detach()
203 timer_delete_sync(&vif->scan_timer); in wil_vif_deinit()246 struct wil6210_vif *vif = timer_container_of(vif, t, scan_timer); in wil_scan_timer_fn()272 timer_setup(&vif->scan_timer, wil_scan_timer_fn, 0); in wil_vif_init()
869 struct timer_list scan_timer; /* detect scan timeout */ member
976 mod_timer(&vif->scan_timer, jiffies + WIL6210_SCAN_TO); in wil_cfg80211_scan()1020 timer_delete_sync(&vif->scan_timer); in wil_cfg80211_scan()
1468 timer_delete_sync(&vif->scan_timer); in wil_abort_scan()
936 timer_delete_sync(&vif->scan_timer); in wmi_evt_scan_complete()
143 struct timer_list scan_timer; member
4343 struct scan_timer { struct4368 struct scan_timer values[WCN36XX_HAL_PNO_MAX_SCAN_TIMERS]; argument