Home
last modified time | relevance | path

Searched refs:coex_period_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dhtc_drv_gpio.c67 coex_period_work.work); in ath_btcoex_period_work()
90 ieee80211_queue_delayed_work(priv->hw, &priv->coex_period_work, in ath_btcoex_period_work()
126 INIT_DELAYED_WORK(&priv->coex_period_work, ath_btcoex_period_work); in ath_htc_init_btcoex_work()
145 ieee80211_queue_delayed_work(priv->hw, &priv->coex_period_work, 0); in ath_htc_resume_btcoex_work()
154 cancel_delayed_work_sync(&priv->coex_period_work); in ath_htc_cancel_btcoex_work()
Dhtc.h534 struct delayed_work coex_period_work; member