Searched refs:txstatus_timer (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ | 
| D | rt2800mmio.c | 465 		hrtimer_start(&rt2x00dev->txstatus_timer,  in rt2800mmio_kick_queue()653 			hrtimer_cancel(&rt2x00dev->txstatus_timer);  in rt2800mmio_clear_entry()
 804 		hrtimer_start(&rt2x00dev->txstatus_timer,  in rt2800mmio_work_txdone()
 811 	    container_of(timer, struct rt2x00_dev, txstatus_timer);  in rt2800mmio_tx_sta_fifo_timeout()
 839 	rt2x00dev->txstatus_timer.function = rt2800mmio_tx_sta_fifo_timeout;  in rt2800mmio_probe_hw()
 
 | 
| 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()
 
 | 
| D | rt2x00usb.c | 746 	hrtimer_cancel(&rt2x00dev->txstatus_timer);  in rt2x00usb_uninitialize()823 	hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC,  in rt2x00usb_probe()
 
 | 
| D | rt2x00dev.c | 1389 	hrtimer_init(&rt2x00dev->txstatus_timer, CLOCK_MONOTONIC,  in rt2x00lib_probe_dev()1515 	hrtimer_cancel(&rt2x00dev->txstatus_timer);  in rt2x00lib_remove_dev()
 
 | 
| D | rt2x00.h | 979 	struct hrtimer txstatus_timer;  member
 |