Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Ddevconnect.c438 struct wusbhc *wusbhc = container_of(dw, struct wusbhc, keep_alive_timer); in wusbhc_keep_alive_run()
444 queue_delayed_work(wusbd, &wusbhc->keep_alive_timer, in wusbhc_keep_alive_run()
982 INIT_DELAYED_WORK(&wusbhc->keep_alive_timer, wusbhc_keep_alive_run); in wusbhc_devconnect_create()
1029 queue_delayed_work(wusbd, &wusbhc->keep_alive_timer, in wusbhc_devconnect_start()
1057 cancel_delayed_work_sync(&wusbhc->keep_alive_timer); in wusbhc_devconnect_stop()
Dwusbhc.c66 cancel_delayed_work(&wusbhc->keep_alive_timer); in wusb_trust_timeout_store()
68 queue_delayed_work(wusbd, &wusbhc->keep_alive_timer, in wusb_trust_timeout_store()
Dwusbhc.h254 struct delayed_work keep_alive_timer; member
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h288 struct timer_list keep_alive_timer; member
Dhclgevf_main.c1839 struct hclgevf_dev *hdev = from_timer(hdev, t, keep_alive_timer); in hclgevf_keep_alive_timer()
1842 mod_timer(&hdev->keep_alive_timer, jiffies + in hclgevf_keep_alive_timer()
2189 mod_timer(&hdev->keep_alive_timer, jiffies + in hclgevf_client_start()
2205 del_timer_sync(&hdev->keep_alive_timer); in hclgevf_client_stop()
2235 if (hdev->keep_alive_timer.function) in hclgevf_state_uninit()
2236 del_timer_sync(&hdev->keep_alive_timer); in hclgevf_state_uninit()
2808 timer_setup(&hdev->keep_alive_timer, hclgevf_keep_alive_timer, 0); in hclgevf_init_ae_dev()