Searched refs:txstatus_timer (Results 1 – 3 of 3) sorted by relevance
179 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()775 rt2x00dev->txstatus_timer.function = rt2800usb_tx_sta_fifo_timeout; in rt2800usb_probe_hw()
744 hrtimer_cancel(&rt2x00dev->txstatus_timer); in rt2x00usb_uninitialize()821 hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC, in rt2x00usb_probe()
985 struct hrtimer txstatus_timer; member