Home
last modified time | relevance | path

Searched refs:txstatus_timer (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2800usb.c179 hrtimer_start(&rt2x00dev->txstatus_timer, in rt2800usb_tx_sta_fifo_read_completed()
206 hrtimer_start(&rt2x00dev->txstatus_timer, in rt2800usb_async_read_tx_status()
221 container_of(timer, struct rt2x00_dev, txstatus_timer); in rt2800usb_tx_sta_fifo_timeout()
815 rt2x00dev->txstatus_timer.function = rt2800usb_tx_sta_fifo_timeout; in rt2800usb_probe_hw()
Drt2x00.h975 struct hrtimer txstatus_timer; member
Drt2x00usb.c810 hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC, in rt2x00usb_probe()
Drt2x00dev.c1426 hrtimer_cancel(&rt2x00dev->txstatus_timer); in rt2x00lib_remove_dev()