Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c113 static void ath9k_hw_btcoex_pin_init(struct ath_hw *ah, u8 wlanactive_gpio, in ath9k_hw_btcoex_pin_init() argument
123 btcoex_hw->wlanactive_gpio = wlanactive_gpio; in ath9k_hw_btcoex_pin_init()
219 ath9k_hw_gpio_free(ah, btcoex_hw->wlanactive_gpio); in ath9k_hw_btcoex_deinit()
252 ath9k_hw_gpio_request_out(ah, btcoex_hw->wlanactive_gpio, in ath9k_hw_btcoex_enable_2wire()
347 ath9k_hw_gpio_request_out(ah, btcoex->wlanactive_gpio, in ath9k_hw_btcoex_enable_3wire()
419 ath9k_hw_set_gpio(ah, btcoex_hw->wlanactive_gpio, 0); in ath9k_hw_btcoex_disable()
421 ath9k_hw_gpio_request_out(ah, btcoex_hw->wlanactive_gpio, in ath9k_hw_btcoex_disable()
H A Dbtcoex.h112 u8 wlanactive_gpio; member
H A Dhtc_drv_gpio.c206 priv->ah->btcoex_hw.wlanactive_gpio = 8; in ath9k_htc_init_btcoex()