Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.h133 enum ath_stomp_type stomp_type);
136 enum ath_stomp_type stomp_type);
H A Dgpio.c199 enum ath_stomp_type stomp_type; in ath_btcoex_period_timer() local
222 stomp_type = btcoex->bt_stomp_type; in ath_btcoex_period_timer()
227 stomp_type = ATH_BTCOEX_STOMP_ALL; in ath_btcoex_period_timer()
231 stomp_type = ATH_BTCOEX_STOMP_AUDIO; in ath_btcoex_period_timer()
235 ath9k_hw_btcoex_bt_stomp(ah, stomp_type); in ath_btcoex_period_timer()