Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_gpio.c83 ATH_BTCOEX_STOMP_ALL : btcoex->bt_stomp_type); in ath_btcoex_period_work()
108 if (btcoex->bt_stomp_type == ATH_BTCOEX_STOMP_LOW || in ath_btcoex_duty_cycle_work()
111 else if (btcoex->bt_stomp_type == ATH_BTCOEX_STOMP_ALL) in ath_btcoex_duty_cycle_work()
207 priv->btcoex.bt_stomp_type = ATH_BTCOEX_STOMP_LOW; in ath9k_htc_init_btcoex()
H A Dgpio.c222 stomp_type = btcoex->bt_stomp_type; in ath_btcoex_period_timer()
264 if (btcoex->bt_stomp_type == ATH_BTCOEX_STOMP_LOW || in ath_btcoex_no_stomp_timer()
268 else if (btcoex->bt_stomp_type == ATH_BTCOEX_STOMP_ALL) in ath_btcoex_no_stomp_timer()
285 btcoex->bt_stomp_type = ATH_BTCOEX_STOMP_LOW; in ath_init_btcoex_timer()
470 ATH_DUMP_BTCOEX("Stomp Type", btcoex->bt_stomp_type); in ath9k_dump_mci_btcoex()
503 ATH_DUMP_BTCOEX("Stomp Type", btcoex->bt_stomp_type); in ath9k_dump_legacy_btcoex()
H A Dmci.c135 btcoex->bt_stomp_type = ATH_BTCOEX_STOMP_LOW; in ath_mci_update_scheme()
137 btcoex->bt_stomp_type = mci->num_mgmt ? ATH_BTCOEX_STOMP_ALL : in ath_mci_update_scheme()
H A Dhtc.h426 int bt_stomp_type; /* Types of BT stomping */ member
H A Dath9k.h781 int bt_stomp_type; /* Types of BT stomping */ member