Home
last modified time | relevance | path

Searched refs:tpc_enabled (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug.c1143 ah->tpc_enabled ? "ENABLED" : "DISABLED"); in read_file_tpc()
1161 bool tpc_enabled; in write_file_tpc() local
1170 tpc_enabled = !!val; in write_file_tpc()
1172 if (tpc_enabled != ah->tpc_enabled) { in write_file_tpc()
1173 ah->tpc_enabled = tpc_enabled; in write_file_tpc()
H A Dhw.h985 bool tpc_enabled; member
H A Deeprom_4k.c683 if (ah->tpc_enabled) { in ath9k_hw_4k_set_txpower()
H A Deeprom_def.c1282 if (ah->tpc_enabled) { in ath9k_hw_def_set_txpower()
H A Dmain.c1295 if (ah->tpc_enabled) { in ath9k_set_txpower()
H A Dhw.c475 ah->tpc_enabled = false; in ath9k_hw_init_defaults()
H A Dxmit.c1184 if (sc->tx99_state || !ah->tpc_enabled) in ath_get_rate_txpower()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Druntime.h172 bool tpc_enabled; member