Home
last modified time | relevance | path

Searched refs:btcoex_period (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dgpio.c205 btcoex->bt_wait_time += btcoex->btcoex_period; in ath_btcoex_period_timer()
240 if (btcoex->btcoex_period != btcoex->btcoex_no_stomp) in ath_btcoex_period_timer()
248 jiffies + msecs_to_jiffies(btcoex->btcoex_period)); in ath_btcoex_period_timer()
280 btcoex->btcoex_period = ATH_BTCOEX_DEF_BT_PERIOD; in ath_init_btcoex_timer()
282 btcoex->btcoex_period / 100; in ath_init_btcoex_timer()
284 btcoex->btcoex_period / 100; in ath_init_btcoex_timer()
471 ATH_DUMP_BTCOEX("BTCoex Period (msec)", btcoex->btcoex_period); in ath9k_dump_mci_btcoex()
504 ATH_DUMP_BTCOEX("BTCoex Period (msec)", btcoex->btcoex_period); in ath9k_dump_legacy_btcoex()
Dhtc_drv_gpio.c91 msecs_to_jiffies(btcoex->btcoex_period)); in ath_btcoex_period_work()
121 btcoex->btcoex_period = ATH_BTCOEX_DEF_BT_PERIOD; in ath_htc_init_btcoex_work()
123 btcoex->btcoex_period / 100; in ath_htc_init_btcoex_work()
125 btcoex->btcoex_period / 100; in ath_htc_init_btcoex_work()
Dmci.c105 u32 wlan_airtime = btcoex->btcoex_period * in ath_mci_adjust_aggr_limit()
133 btcoex->btcoex_period = ATH_MCI_DEF_BT_PERIOD; in ath_mci_update_scheme()
161 btcoex->btcoex_period = 53; in ath_mci_update_scheme()
164 btcoex->duty_cycle, btcoex->btcoex_period); in ath_mci_update_scheme()
190 btcoex->btcoex_period >>= 1; in ath_mci_update_scheme()
203 btcoex->btcoex_no_stomp = btcoex->btcoex_period * in ath_mci_update_scheme()
Dhtc.h429 u32 btcoex_period; member
Dath9k.h781 u32 btcoex_period; /* in msec */ member