Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/wlan-ng/
Dhfa384x_usb.c549 timer_setup(&hw->resptimer, hfa384x_usbctlx_resptimerfn, 0); in hfa384x_create()
1120 del_singleshot_timer_sync(&hw->resptimer); in hfa384x_usbctlx_complete_sync()
2851 hw->resptimer.expires = jiffies + 2 * HZ; in hfa384x_usbctlxq_run()
2852 add_timer(&hw->resptimer); in hfa384x_usbctlxq_run()
3112 if (del_timer(&hw->resptimer) == 0) { in hfa384x_usbin_ctlx()
3640 timer_ok = del_timer(&hw->resptimer); in hfa384x_ctlxout_callback()
3707 if (del_timer(&hw->resptimer) != 0) in hfa384x_usbctlx_reqtimerfn()
3736 struct hfa384x *hw = from_timer(hw, t, resptimer); in hfa384x_usbctlx_resptimerfn()
Dprism2usb.c175 del_singleshot_timer_sync(&hw->resptimer); in prism2sta_disconnect_usb()
Dhfa384x.h1226 struct timer_list resptimer; member