Searched refs:txstatus_timer (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800mmio.c | 469 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()
|
H A D | rt2800usb.c | 123 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()
|
H A D | rt2x00usb.c | 749 hrtimer_cancel(&rt2x00dev->txstatus_timer); in rt2x00usb_uninitialize() 826 hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC, in rt2x00usb_probe()
|
H A D | rt2x00dev.c | 1394 hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC, in rt2x00lib_probe_dev() 1517 hrtimer_cancel(&rt2x00dev->txstatus_timer); in rt2x00lib_remove_dev()
|
H A D | rt2x00.h | 989 struct hrtimer txstatus_timer; member
|