update_phyinfo_timer   58 drivers/staging/ks7010/ks_wlan_net.c static struct timer_list update_phyinfo_timer;
update_phyinfo_timer   85 drivers/staging/ks7010/ks_wlan_net.c 	update_phyinfo_timer.expires = jiffies + HZ;	/* 1sec */
update_phyinfo_timer   86 drivers/staging/ks7010/ks_wlan_net.c 	add_timer(&update_phyinfo_timer);
update_phyinfo_timer 2622 drivers/staging/ks7010/ks_wlan_net.c 	timer_setup(&update_phyinfo_timer, ks_wlan_update_phyinfo_timeout, 0);
update_phyinfo_timer 2643 drivers/staging/ks7010/ks_wlan_net.c 	del_timer_sync(&update_phyinfo_timer);