Home
last modified time | relevance | path

Searched refs:scan_timer (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/auxdisplay/
H A Dpanel.c405 static struct timer_list scan_timer; variable
1353 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()
/linux/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c203 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()
H A Dwil6210.h869 struct timer_list scan_timer; /* detect scan timeout */ member
H A Dcfg80211.c976 mod_timer(&vif->scan_timer, jiffies + WIL6210_SCAN_TO); in wil_cfg80211_scan()
1020 timer_delete_sync(&vif->scan_timer); in wil_cfg80211_scan()
H A Dmain.c1468 timer_delete_sync(&vif->scan_timer); in wil_abort_scan()
H A Dwmi.c936 timer_delete_sync(&vif->scan_timer); in wmi_evt_scan_complete()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h143 struct timer_list scan_timer; member
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4343 struct scan_timer { struct
4368 struct scan_timer values[WCN36XX_HAL_PNO_MAX_SCAN_TIMERS]; argument