Lines Matching defs:hw
56 "%srx", wiphy_name(local->hw.wiphy));
58 "%stx", wiphy_name(local->hw.wiphy));
60 "%sassoc", wiphy_name(local->hw.wiphy));
62 "%sradio", wiphy_name(local->hw.wiphy));
136 char *__ieee80211_get_radio_led_name(struct ieee80211_hw *hw)
138 struct ieee80211_local *local = hw_to_local(hw);
144 char *__ieee80211_get_assoc_led_name(struct ieee80211_hw *hw)
146 struct ieee80211_local *local = hw_to_local(hw);
152 char *__ieee80211_get_tx_led_name(struct ieee80211_hw *hw)
154 struct ieee80211_local *local = hw_to_local(hw);
160 char *__ieee80211_get_rx_led_name(struct ieee80211_hw *hw)
162 struct ieee80211_local *local = hw_to_local(hw);
214 char *__ieee80211_create_tpt_led_trigger(struct ieee80211_hw *hw,
219 struct ieee80211_local *local = hw_to_local(hw);
230 "%stpt", wiphy_name(local->hw.wiphy));