Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/ks7010/
Dks_wlan_net.c58 static struct timer_list update_phyinfo_timer; variable
85 update_phyinfo_timer.expires = jiffies + HZ; /* 1sec */ in ks_wlan_update_phy_information()
86 add_timer(&update_phyinfo_timer); in ks_wlan_update_phy_information()
2624 timer_setup(&update_phyinfo_timer, ks_wlan_update_phyinfo_timeout, 0); in ks_wlan_net_start()
2645 del_timer_sync(&update_phyinfo_timer); in ks_wlan_net_stop()