Searched refs:idle_ps (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | hw.c | 382 .idle_ps = false, 467 .idle_ps = true, 550 .idle_ps = false, 631 .idle_ps = false, 710 .idle_ps = true,
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | core.c | 89 .idle_ps = false, 175 .idle_ps = false, 264 .idle_ps = true, 353 .idle_ps = false, 442 .idle_ps = true, 532 .idle_ps = true, 620 .idle_ps = true, 711 .idle_ps = false, 794 .idle_ps = true, 883 .idle_ps = true,
|
| H A D | hw.h | 189 bool idle_ps; member
|
| H A D | mac.c | 6723 if (ab->hw_params.idle_ps) { in ath11k_mac_op_start() 8281 if (ar->max_allowed_tx_power && ab->hw_params.idle_ps) in ath11k_mac_fill_reg_tpc_info() 8294 if (ar->max_allowed_tx_power && ab->hw_params.idle_ps) in ath11k_mac_fill_reg_tpc_info()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | hw.h | 173 bool idle_ps:1; member
|
| H A D | mac.c | 9646 if (ab->hw_params->idle_ps) { in ath12k_mac_start() 11933 if (ar->max_allowed_tx_power && ab->hw_params->idle_ps) in ath12k_mac_fill_reg_tpc_info() 11946 if (ar->max_allowed_tx_power && ab->hw_params->idle_ps) in ath12k_mac_fill_reg_tpc_info()
|