Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/hci/
Dllc_shdlc.c49 struct timer_list connect_timer;/* aka T3 in spec 10.6.1 */ member
358 del_timer_sync(&shdlc->connect_timer); in llc_shdlc_connect_complete()
585 struct llc_shdlc *shdlc = from_timer(shdlc, t, connect_timer); in llc_shdlc_connect_timeout()
638 mod_timer(&shdlc->connect_timer, jiffies + in llc_shdlc_sm_work()
645 if (timer_pending(&shdlc->connect_timer) == 0) { in llc_shdlc_sm_work()
766 timer_setup(&shdlc->connect_timer, llc_shdlc_connect_timeout, 0); in llc_shdlc_init()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dnetdev.c240 struct wil6210_vif *vif = from_timer(vif, t, connect_timer); in wil_connect_timer_fn()
280 timer_setup(&vif->connect_timer, wil_connect_timer_fn, 0); in wil_vif_init()
540 del_timer_sync(&vif->connect_timer); in wil_vif_remove()
Dwil6210.h841 struct timer_list connect_timer; member
Dmain.c706 del_timer_sync(&vif->connect_timer); in wil6210_disconnect()
Dcfg80211.c1023 mod_timer(&vif->connect_timer, in wil_cfg80211_connect()
Dwmi.c981 del_timer_sync(&vif->connect_timer); in wmi_evt_connect()
/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.h279 struct timer_list connect_timer; member
Dhost_interface.c1111 del_timer(&hif_drv->connect_timer); in handle_connect()
1554 del_timer(&hif_drv->connect_timer); in host_int_parse_assoc_resp_info()
1975 del_timer(&hif_drv->connect_timer); in handle_disconnect()
2708 connect_timer); in timer_connect_cb()
3133 mod_timer(&hif_drv->connect_timer, in wilc_set_join_req()
3479 timer_setup(&hif_drv->connect_timer, timer_connect_cb, 0); in wilc_init()
3516 del_timer_sync(&hif_drv->connect_timer); in wilc_deinit()