Home
last modified time | relevance | path

Searched refs:btpriority_gpio (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dbtcoex.c112 btcoex_hw->btpriority_gpio = ATH_BTPRIORITY_GPIO_9300; in ath9k_hw_btcoex_init_scheme()
119 btcoex_hw->btpriority_gpio = ATH_BTPRIORITY_GPIO_9285; in ath9k_hw_btcoex_init_scheme()
166 btcoex_hw->btpriority_gpio); in ath9k_hw_btcoex_init_3wire()
171 ath9k_hw_cfg_gpio_input(ah, btcoex_hw->btpriority_gpio); in ath9k_hw_btcoex_init_3wire()
Dbtcoex.h114 u8 btpriority_gpio; member
Dhtc_drv_gpio.c35 if (ath9k_hw_gpio_get(ah, ah->btcoex_hw.btpriority_gpio)) in ath_detect_bt_priority()
205 priv->ah->btcoex_hw.btpriority_gpio = 6; in ath9k_htc_init_btcoex()
Dgpio.c147 if (ath9k_hw_gpio_get(sc->sc_ah, ah->btcoex_hw.btpriority_gpio)) in ath_detect_bt_priority()