Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/auxdisplay/
Dpanel.c408 static struct timer_list scan_timer; variable
1411 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME); in panel_scan_timer()
1416 if (scan_timer.function) in init_scan_timer()
1419 timer_setup(&scan_timer, panel_scan_timer, 0); in init_scan_timer()
1420 scan_timer.expires = jiffies + INPUT_POLL_TIME; in init_scan_timer()
1421 add_timer(&scan_timer); in init_scan_timer()
1620 if (scan_timer.function) in panel_attach()
1621 del_timer_sync(&scan_timer); in panel_attach()
1641 if (scan_timer.function) in panel_detach()
1642 del_timer_sync(&scan_timer); in panel_detach()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dnetdev.c214 del_timer_sync(&vif->scan_timer); in wil_vif_deinit()
257 struct wil6210_vif *vif = from_timer(vif, t, scan_timer); in wil_scan_timer_fn()
282 timer_setup(&vif->scan_timer, wil_scan_timer_fn, 0); in wil_vif_init()
Dwil6210.h879 struct timer_list scan_timer; /* detect scan timeout */ member
Dcfg80211.c965 mod_timer(&vif->scan_timer, jiffies + WIL6210_SCAN_TO); in wil_cfg80211_scan()
1010 del_timer_sync(&vif->scan_timer); in wil_cfg80211_scan()
Dmain.c1479 del_timer_sync(&vif->scan_timer); in wil_abort_scan()
Dwmi.c947 del_timer_sync(&vif->scan_timer); in wmi_evt_scan_complete()
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_hif.c336 mod_timer(&hif_drv->scan_timer, in wilc_scan()
701 del_timer(&hif_drv->scan_timer); in host_int_handle_disconnect()
742 del_timer(&hif_drv->scan_timer); in handle_rcvd_gnrl_async_info()
775 del_timer(&hif_drv->scan_timer); in wilc_disconnect()
1051 del_timer(&msg->vif->hif_drv->scan_timer); in handle_scan_complete()
1060 struct host_if_drv *hif_drv = from_timer(hif_drv, t, scan_timer); in timer_scan_cb()
1570 timer_setup(&hif_drv->scan_timer, timer_scan_cb, 0); in wilc_init()
1595 del_timer_sync(&hif_drv->scan_timer); in wilc_deinit()
Dwilc_hif.h159 struct timer_list scan_timer; member
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dhal.h4069 struct scan_timer { struct
4094 struct scan_timer values[WCN36XX_HAL_PNO_MAX_SCAN_TIMERS]; argument