Lines Matching defs:out
420 * minor PCI AR9280 devices out there.
1810 * If cross-band fcc is not supoprted, bail out if channelFlags differ.
2727 static void ath9k_hw_gpio_cfg_soc(struct ath_hw *ah, u32 gpio, bool out,
2735 err = gpio_request_one(gpio, out ? GPIOF_OUT_INIT_LOW : GPIOF_IN, label);
2745 static void ath9k_hw_gpio_cfg_wmac(struct ath_hw *ah, u32 gpio, bool out,
2751 gpio_set = out ?
2756 gpio_set = out ? 1 : 0;
2761 gpio_set = out ?
2766 if (out)
2771 static void ath9k_hw_gpio_request(struct ath_hw *ah, u32 gpio, bool out,
2777 ath9k_hw_gpio_cfg_wmac(ah, gpio, out, ah_signal_type);
2779 ath9k_hw_gpio_cfg_soc(ah, gpio, out, label);