Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dbtcoex.c190 ath9k_hw_gpio_request_in(ah, btcoex_hw->btactive_gpio, in ath9k_hw_btcoex_init_2wire()
216 ath9k_hw_gpio_request_in(ah, btcoex_hw->btactive_gpio, in ath9k_hw_btcoex_init_3wire()
218 ath9k_hw_gpio_request_in(ah, btcoex_hw->btpriority_gpio, in ath9k_hw_btcoex_init_3wire()
Dhw.c2002 ath9k_hw_gpio_request_in(ah, ah->rfkill_gpio, "ath9k-rfkill"); in ath9k_hw_reset()
2784 void ath9k_hw_gpio_request_in(struct ath_hw *ah, u32 gpio, const char *label) in ath9k_hw_gpio_request_in() function
2788 EXPORT_SYMBOL(ath9k_hw_gpio_request_in);
Dhw.h1035 void ath9k_hw_gpio_request_in(struct ath_hw *ah, u32 gpio, const char *label);
Dmain.c948 ath9k_hw_gpio_request_in(ah, ah->led_pin, NULL); in ath9k_stop()