Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2800mmio.c469 hrtimer_start(&rt2x00dev->txstatus_timer, in rt2800mmio_kick_queue()
656 hrtimer_cancel(&rt2x00dev->txstatus_timer); in rt2800mmio_clear_entry()
807 hrtimer_start(&rt2x00dev->txstatus_timer, in rt2800mmio_work_txdone()
814 container_of(timer, struct rt2x00_dev, txstatus_timer); in rt2800mmio_tx_sta_fifo_timeout()
842 rt2x00dev->txstatus_timer.function = rt2800mmio_tx_sta_fifo_timeout; in rt2800mmio_probe_hw()
A Drt2800usb.c123 hrtimer_start(&rt2x00dev->txstatus_timer, in rt2800usb_tx_sta_fifo_read_completed()
150 hrtimer_start(&rt2x00dev->txstatus_timer, in rt2800usb_async_read_tx_status()
165 container_of(timer, struct rt2x00_dev, txstatus_timer); in rt2800usb_tx_sta_fifo_timeout()
621 rt2x00dev->txstatus_timer.function = rt2800usb_tx_sta_fifo_timeout; in rt2800usb_probe_hw()
A Drt2x00usb.c749 hrtimer_cancel(&rt2x00dev->txstatus_timer); in rt2x00usb_uninitialize()
826 hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC, in rt2x00usb_probe()
A Drt2x00dev.c1372 hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC, in rt2x00lib_probe_dev()
1495 hrtimer_cancel(&rt2x00dev->txstatus_timer); in rt2x00lib_remove_dev()
A Drt2x00.h989 struct hrtimer txstatus_timer; member

Completed in 15 milliseconds