Home
last modified time | relevance | path

Searched refs:cleanup_timer (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c201 timer_delete_sync(&priv->tx.cleanup_timer); in ath9k_htc_reset()
233 mod_timer(&priv->tx.cleanup_timer, in ath9k_htc_reset()
263 timer_delete_sync(&priv->tx.cleanup_timer); in ath9k_htc_set_channel()
311 mod_timer(&priv->tx.cleanup_timer, in ath9k_htc_set_channel()
966 mod_timer(&priv->tx.cleanup_timer, in ath9k_htc_start()
1000 timer_delete_sync(&priv->tx.cleanup_timer); in ath9k_htc_stop()
H A Dhtc.h307 struct timer_list cleanup_timer; member
H A Dhtc_drv_txrx.c764 tx.cleanup_timer); in ath9k_htc_tx_cleanup_timer()
805 mod_timer(&priv->tx.cleanup_timer, in ath9k_htc_tx_cleanup_timer()
H A Dhtc_drv_init.c653 timer_setup(&priv->tx.cleanup_timer, ath9k_htc_tx_cleanup_timer, 0); in ath9k_init_priv()