Home
last modified time | relevance | path

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

/drivers/net/wireless/ralink/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()
775 rt2x00dev->txstatus_timer.function = rt2800usb_tx_sta_fifo_timeout; in rt2800usb_probe_hw()
Drt2x00usb.c744 hrtimer_cancel(&rt2x00dev->txstatus_timer); in rt2x00usb_uninitialize()
821 hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC, in rt2x00usb_probe()
Drt2x00.h985 struct hrtimer txstatus_timer; member