Searched refs:scan_timer (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
D | panel.c | 406 static struct timer_list scan_timer; variable 1409 mod_timer(&scan_timer, jiffies + INPUT_POLL_TIME); in panel_scan_timer() 1414 if (scan_timer.function) in init_scan_timer() 1417 timer_setup(&scan_timer, panel_scan_timer, 0); in init_scan_timer() 1418 scan_timer.expires = jiffies + INPUT_POLL_TIME; in init_scan_timer() 1419 add_timer(&scan_timer); in init_scan_timer() 1618 if (scan_timer.function) in panel_attach() 1619 del_timer_sync(&scan_timer); in panel_attach() 1639 if (scan_timer.function) in panel_detach() 1640 del_timer_sync(&scan_timer); in panel_detach()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 203 del_timer_sync(&vif->scan_timer); in wil_vif_deinit() 246 struct wil6210_vif *vif = from_timer(vif, t, scan_timer); in wil_scan_timer_fn() 271 timer_setup(&vif->scan_timer, wil_scan_timer_fn, 0); in wil_vif_init()
|
D | wil6210.h | 868 struct timer_list scan_timer; /* detect scan timeout */ member
|
D | cfg80211.c | 954 mod_timer(&vif->scan_timer, jiffies + WIL6210_SCAN_TO); in wil_cfg80211_scan() 999 del_timer_sync(&vif->scan_timer); in wil_cfg80211_scan()
|
D | main.c | 1468 del_timer_sync(&vif->scan_timer); in wil_abort_scan()
|
D | wmi.c | 937 del_timer_sync(&vif->scan_timer); in wmi_evt_scan_complete()
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | hif.c | 256 mod_timer(&hif_drv->scan_timer, in wilc_scan() 639 del_timer(&hif_drv->scan_timer); in host_int_handle_disconnect() 680 del_timer(&hif_drv->scan_timer); in handle_rcvd_gnrl_async_info() 713 del_timer(&hif_drv->scan_timer); in wilc_disconnect() 988 del_timer(&msg->vif->hif_drv->scan_timer); in handle_scan_complete() 997 struct host_if_drv *hif_drv = from_timer(hif_drv, t, scan_timer); in timer_scan_cb() 1507 timer_setup(&hif_drv->scan_timer, timer_scan_cb, 0); in wilc_init() 1532 del_timer_sync(&hif_drv->scan_timer); in wilc_deinit()
|
D | hif.h | 140 struct timer_list scan_timer; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 4285 struct scan_timer { struct 4310 struct scan_timer values[WCN36XX_HAL_PNO_MAX_SCAN_TIMERS]; argument
|