Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c528 timer_setup(&hw->resptimer, hfa384x_usbctlx_resptimerfn, 0); in hfa384x_create()
1099 del_timer_sync(&hw->resptimer); in hfa384x_usbctlx_complete_sync()
2830 hw->resptimer.expires = jiffies + 2 * HZ; in hfa384x_usbctlxq_run()
2831 add_timer(&hw->resptimer); in hfa384x_usbctlxq_run()
3091 if (del_timer(&hw->resptimer) == 0) { in hfa384x_usbin_ctlx()
3619 timer_ok = del_timer(&hw->resptimer); in hfa384x_ctlxout_callback()
3686 if (del_timer(&hw->resptimer) != 0) in hfa384x_usbctlx_reqtimerfn()
3715 struct hfa384x *hw = from_timer(hw, t, resptimer); in hfa384x_usbctlx_resptimerfn()
H A Dprism2usb.c175 timer_shutdown_sync(&hw->resptimer); in prism2sta_disconnect_usb()
H A Dhfa384x.h1034 struct timer_list resptimer; member