Home
last modified time | relevance | path

Searched refs:acs_timer (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iapsta.c189 timer_list_compat_t acs_timer; member
4292 wl_ext_mod_timer_pending(&cur_if->acs_timer, acs_tmo, 0); in wl_acs_handler()
4298 wl_ext_mod_timer(&cur_if->acs_timer, 0, 0); in wl_acs_handler()
4304 wl_ext_mod_timer(&cur_if->acs_timer, 0, 0); in wl_acs_handler()
4310 wl_ext_mod_timer_pending(&cur_if->acs_timer, acs_tmo, 0); in wl_acs_handler()
4317 wl_ext_mod_timer(&cur_if->acs_timer, acs_tmo, 0); in wl_acs_handler()
4319 wl_ext_mod_timer(&cur_if->acs_timer, 0, 0); in wl_acs_handler()
4333 wl_ext_mod_timer(&cur_if->acs_timer, 0, 0); in wl_acs_handler()
4343 del_timer_sync(&cur_if->acs_timer); in wl_acs_detach()
4354 init_timer_compat(&cur_if->acs_timer, wl_acs_timer, cur_if->dev); in wl_acs_attach()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iapsta.c213 timer_list_compat_t acs_timer; member
4927 wl_timer_mod(dhd, &cur_if->acs_timer, acs_tmo*1000); in wl_acs_handler()
4933 wl_timer_mod(dhd, &cur_if->acs_timer, 0); in wl_acs_handler()
4939 wl_timer_mod(dhd, &cur_if->acs_timer, 0); in wl_acs_handler()
4945 wl_timer_mod(dhd, &cur_if->acs_timer, acs_tmo*1000); in wl_acs_handler()
4952 wl_timer_mod(dhd, &cur_if->acs_timer, acs_tmo*1000); in wl_acs_handler()
4954 wl_timer_mod(dhd, &cur_if->acs_timer, 0); in wl_acs_handler()
4968 wl_timer_mod(dhd, &cur_if->acs_timer, 0); in wl_acs_handler()
4978 wl_timer_deregister(cur_if->dev, &cur_if->acs_timer); in wl_acs_detach()
4989 wl_timer_register(cur_if->dev, &cur_if->acs_timer, wl_acs_timer); in wl_acs_attach()
[all …]