Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Ddebug.c1141 ah->tpc_enabled ? "ENABLED" : "DISABLED"); in read_file_tpc()
1160 bool tpc_enabled; in write_file_tpc() local
1173 tpc_enabled = !!val; in write_file_tpc()
1175 if (tpc_enabled != ah->tpc_enabled) { in write_file_tpc()
1176 ah->tpc_enabled = tpc_enabled; in write_file_tpc()
Dhw.h979 bool tpc_enabled; member
Deeprom_9287.c834 if (ah->tpc_enabled) { in ath9k_hw_ar9287_set_txpower()
Deeprom_4k.c682 if (ah->tpc_enabled) { in ath9k_hw_4k_set_txpower()
Deeprom_def.c1282 if (ah->tpc_enabled) { in ath9k_hw_def_set_txpower()
Dmain.c1211 if (ah->tpc_enabled) { in ath9k_set_txpower()
Dhw.c464 ah->tpc_enabled = false; in ath9k_hw_init_defaults()
Dxmit.c1191 if (sc->tx99_state || !ah->tpc_enabled) in ath_get_rate_txpower()
Dar9003_eeprom.c5547 if (ah->tpc_enabled) { in ath9k_hw_ar9300_set_txpower()