Lines Matching defs:ah
16 struct ath5k_hw *ah = hw->priv; \
25 struct ath5k_hw *ah = hw->priv; \
31 set(ah, val); \
43 struct ath5k_hw *ah = hw->priv; \
50 SIMPLE_SHOW_STORE(ani_mode, ah->ani_state.ani_mode, ath5k_ani_init);
51 SIMPLE_SHOW_STORE(noise_immunity_level, ah->ani_state.noise_imm_level,
53 SIMPLE_SHOW_STORE(spur_level, ah->ani_state.spur_level,
55 SIMPLE_SHOW_STORE(firstep_level, ah->ani_state.firstep_level,
57 SIMPLE_SHOW_STORE(ofdm_weak_signal_detection, ah->ani_state.ofdm_weak_sig,
59 SIMPLE_SHOW_STORE(cck_weak_signal_detection, ah->ani_state.cck_weak_sig,
61 SIMPLE_SHOW(spur_level_max, ah->ani_state.max_spur_level);
103 ath5k_sysfs_register(struct ath5k_hw *ah)
105 struct device *dev = ah->dev;
110 ATH5K_ERR(ah, "failed to create sysfs group\n");
118 ath5k_sysfs_unregister(struct ath5k_hw *ah)
120 struct device *dev = ah->dev;