Home
last modified time | relevance | path

Searched refs:sar_limit_row_list (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sar_limits.c478 qdf_mem_free(sar_limit_cmd->sar_limit_row_list); in wlan_hdd_free_sar_config()
595 sar_limit_cmd->sar_limit_row_list = row; in hdd_convert_sarv1_to_sarv2()
840 sar_limit_cmd->sar_limit_row_list = row; in __wlan_hdd_set_sar_power_limits()
898 qdf_mem_free(sar_limit_cmd->sar_limit_row_list); in __wlan_hdd_set_sar_power_limits()
1010 sar_limit_cmd->sar_limit_row_list = row; in hdd_disable_sar()
1037 qdf_mem_free(sar_limit_cmd->sar_limit_row_list); in hdd_disable_sar()
1067 sar_limit_cmd->sar_limit_row_list = row; in hdd_configure_sar_index()
1096 qdf_mem_free(sar_limit_cmd->sar_limit_row_list); in hdd_configure_sar_index()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_sta_param.h164 struct sar_limit_cmd_row *sar_limit_row_list; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_sta_tlv.c1351 sar_rows_list = sar_limit_params->sar_limit_row_list; in send_sar_limit_cmd_tlv()