Home
last modified time | relevance | path

Searched refs:is_psd_power (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.h131 bool is_psd_power; member
H A Dmac.c11799 bool is_psd_power = false, is_tpe_present = false; in ath12k_mac_fill_reg_tpc_info() local
11823 if (reg_tpc_info->is_psd_power) { in ath12k_mac_fill_reg_tpc_info()
11824 is_psd_power = true; in ath12k_mac_fill_reg_tpc_info()
11861 if (reg_tpc_info->is_psd_power) { in ath12k_mac_fill_reg_tpc_info()
11862 is_psd_power = true; in ath12k_mac_fill_reg_tpc_info()
11891 is_psd_power = true; in ath12k_mac_fill_reg_tpc_info()
11913 if (is_psd_power) { in ath12k_mac_fill_reg_tpc_info()
11958 reg_tpc_info->is_psd_power = is_psd_power; in ath12k_mac_fill_reg_tpc_info()
12003 tpc_info->is_psd_power = true; in ath12k_mac_parse_tx_pwr_env()
12020 tpc_info->is_psd_power = false; in ath12k_mac_parse_tx_pwr_env()
H A Dwmi.c10996 cmd->psd_power = cpu_to_le32(param->is_psd_power); in ath12k_wmi_send_vdev_set_tpc_power()
11002 vdev_id, param->is_psd_power, param->eirp_power, param->ap_power_type); in ath12k_wmi_send_vdev_set_tpc_power()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c8147 bool is_psd_power = false, is_tpe_present = false; in ath11k_mac_fill_reg_tpc_info() local
8171 if (reg_tpc_info->is_psd_power) { in ath11k_mac_fill_reg_tpc_info()
8172 is_psd_power = true; in ath11k_mac_fill_reg_tpc_info()
8209 if (reg_tpc_info->is_psd_power) { in ath11k_mac_fill_reg_tpc_info()
8210 is_psd_power = true; in ath11k_mac_fill_reg_tpc_info()
8239 is_psd_power = true; in ath11k_mac_fill_reg_tpc_info()
8261 if (is_psd_power) { in ath11k_mac_fill_reg_tpc_info()
8306 reg_tpc_info->is_psd_power = is_psd_power; in ath11k_mac_fill_reg_tpc_info()
8365 arvif->reg_tpc_info.is_psd_power = false; in ath11k_mac_parse_tx_pwr_env()
8379 arvif->reg_tpc_info.is_psd_power = true; in ath11k_mac_parse_tx_pwr_env()
H A Dcore.h352 bool is_psd_power; member
H A Dwmi.c2469 cmd->psd_power = param->is_psd_power; in ath11k_wmi_send_vdev_set_tpc_power()
2475 vdev_id, param->is_psd_power, param->eirp_power, param->ap_power_type); in ath11k_wmi_send_vdev_set_tpc_power()