Home
last modified time | relevance | path

Searched refs:wlanactive_gpio (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dbtcoex.c111 btcoex_hw->wlanactive_gpio = ATH_WLANACTIVE_GPIO_9300; in ath9k_hw_btcoex_init_scheme()
115 btcoex_hw->wlanactive_gpio = ATH_WLANACTIVE_GPIO_9280; in ath9k_hw_btcoex_init_scheme()
204 ath9k_hw_cfg_output(ah, btcoex_hw->wlanactive_gpio, in ath9k_hw_btcoex_enable_2wire()
295 ath9k_hw_cfg_output(ah, btcoex->wlanactive_gpio, in ath9k_hw_btcoex_enable_3wire()
365 ath9k_hw_set_gpio(ah, btcoex_hw->wlanactive_gpio, 0); in ath9k_hw_btcoex_disable()
367 ath9k_hw_cfg_output(ah, btcoex_hw->wlanactive_gpio, in ath9k_hw_btcoex_disable()
Dbtcoex.h112 u8 wlanactive_gpio; member
Dhtc_drv_gpio.c206 priv->ah->btcoex_hw.wlanactive_gpio = 8; in ath9k_htc_init_btcoex()