Searched refs:ani_work (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 757 ieee80211_queue_delayed_work(common->hw, &priv->ani_work, in ath9k_htc_start_ani() 764 cancel_delayed_work_sync(&priv->ani_work); in ath9k_htc_stop_ani() 771 container_of(work, struct ath9k_htc_priv, ani_work.work); in ath9k_htc_ani_work() 854 ieee80211_queue_delayed_work(common->hw, &priv->ani_work, in ath9k_htc_ani_work()
|
H A D | htc.h | 509 struct delayed_work ani_work; member
|
H A D | htc_drv_init.c | 650 INIT_DELAYED_WORK(&priv->ani_work, ath9k_htc_ani_work); in ath9k_init_priv()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 757 ieee80211_queue_delayed_work(common->hw, &priv->ani_work, in ath9k_htc_start_ani() 764 cancel_delayed_work_sync(&priv->ani_work); in ath9k_htc_stop_ani() 771 container_of(work, struct ath9k_htc_priv, ani_work.work); in ath9k_htc_ani_work() 854 ieee80211_queue_delayed_work(common->hw, &priv->ani_work, in ath9k_htc_ani_work()
|
H A D | htc.h | 508 struct delayed_work ani_work; member
|
H A D | htc_drv_init.c | 650 INIT_DELAYED_WORK(&priv->ani_work, ath9k_htc_ani_work); in ath9k_init_priv()
|
Completed in 11 milliseconds