Searched refs:SIMPLE_SHOW_STORE (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath5k/ |
D | sysfs.c | 10 #define SIMPLE_SHOW_STORE(name, get, set) \ macro 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,
|