Home
last modified time | relevance | path

Searched refs:hDuringIpTimer (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c31 struct timer_list hDuringIpTimer; variable
2550 del_timer(&hDuringIpTimer); in change_virtual_intf()
2760 mod_timer(&hDuringIpTimer, jiffies + msecs_to_jiffies(duringIP_TIME)); in change_virtual_intf()
3443 setup_timer(&hDuringIpTimer, clear_duringIP, 0); in wilc_init_host_int()
3492 del_timer_sync(&hDuringIpTimer); in wilc_deinit_host_int()
Dlinux_wlan.c51 extern struct timer_list hDuringIpTimer;
179 del_timer(&hDuringIpTimer); in dev_state_ev_handler()
Dhost_interface.c14 extern struct timer_list hDuringIpTimer;
1611 mod_timer(&hDuringIpTimer, in Handle_RcvdGnrlAsyncInfo()