Searched refs:duty_cycle_work (Results 1 – 2 of 2) sorted by relevance
88 ieee80211_queue_delayed_work(priv->hw, &priv->duty_cycle_work, in ath_btcoex_period_work()101 duty_cycle_work.work); in ath_btcoex_duty_cycle_work()127 INIT_DELAYED_WORK(&priv->duty_cycle_work, ath_btcoex_duty_cycle_work); in ath_htc_init_btcoex_work()155 cancel_delayed_work_sync(&priv->duty_cycle_work); in ath_htc_cancel_btcoex_work()
535 struct delayed_work duty_cycle_work; member