Home
last modified time | relevance | path

Searched refs:gain_stop_index_array (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cfr/core/src/
H A Dcfr_common.c266 pa->gain_stop_index_array = qdf_mem_malloc(sizeof(uint16_t) * in wlan_cfr_get_aoa_caps()
269 if (!pa->gain_stop_index_array) { in wlan_cfr_get_aoa_caps()
279 qdf_mem_free(pa->gain_stop_index_array); in wlan_cfr_get_aoa_caps()
361 if (pa->gain_stop_index_array) in wlan_cfr_cleanup_enhanced_aoa()
362 qdf_mem_free(pa->gain_stop_index_array); in wlan_cfr_cleanup_enhanced_aoa()
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr_enh.c1023 gain_array = &pcfr->gain_stop_index_array[data_idx]; in populate_enh_chain_phase()
1913 param.gain_stop_index_array = qdf_mem_malloc(param.array_size); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1914 if (!param.gain_stop_index_array) { in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1924 qdf_mem_free(param.gain_stop_index_array); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1930 qdf_mem_zero(param.gain_stop_index_array, param.array_size); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1940 qdf_mem_free(param.gain_stop_index_array); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1959 data = param.gain_stop_index_array[src_idx]; in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1960 pcfr->gain_stop_index_array[dst_idx] = get_u16_lsb(data); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1961 pcfr->gain_stop_index_array[dst_idx + 1] = get_u16_msb(data); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1970 qdf_mem_free(param.gain_stop_index_array); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/inc/
H A Dwlan_cfr_utils_api.h664 uint16_t *gain_stop_index_array; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_cfr_tlv.c385 dst_array = param->gain_stop_index_array; in extract_cfr_enh_phase_data_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h9771 uint32_t *gain_stop_index_array; member