Searched refs:gain_stop_index_array (Results 1 – 5 of 5) sorted by relevance
266 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()
1023 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()
664 uint16_t *gain_stop_index_array; member
385 dst_array = param->gain_stop_index_array; in extract_cfr_enh_phase_data_tlv()
9771 uint32_t *gain_stop_index_array; member