Lines Matching refs:hw
38 wiphy_name(local->hw.wiphy)); in ieee80211_alloc_led_names()
40 wiphy_name(local->hw.wiphy)); in ieee80211_alloc_led_names()
42 wiphy_name(local->hw.wiphy)); in ieee80211_alloc_led_names()
44 wiphy_name(local->hw.wiphy)); in ieee80211_alloc_led_names()
207 const char *__ieee80211_get_radio_led_name(struct ieee80211_hw *hw) in __ieee80211_get_radio_led_name() argument
209 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_radio_led_name()
215 const char *__ieee80211_get_assoc_led_name(struct ieee80211_hw *hw) in __ieee80211_get_assoc_led_name() argument
217 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_assoc_led_name()
223 const char *__ieee80211_get_tx_led_name(struct ieee80211_hw *hw) in __ieee80211_get_tx_led_name() argument
225 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_tx_led_name()
231 const char *__ieee80211_get_rx_led_name(struct ieee80211_hw *hw) in __ieee80211_get_rx_led_name() argument
233 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_rx_led_name()
286 __ieee80211_create_tpt_led_trigger(struct ieee80211_hw *hw, in __ieee80211_create_tpt_led_trigger() argument
291 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_create_tpt_led_trigger()
302 "%stpt", wiphy_name(local->hw.wiphy)); in __ieee80211_create_tpt_led_trigger()