Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral_phyerr.c2213 uint8_t *fft_bin_buf; in target_if_spectral_copy_fft_bins() local
2239 fft_bin_buf = dest_fft_buf; in target_if_spectral_copy_fft_bins()
2257 fft_bin_buf[fft_bin_idx++] = in target_if_spectral_copy_fft_bins()
2535 uint8_t *fft_bin_buf; in target_if_dump_fft_report_gen3() local
2539 fft_bin_buf = qdf_mem_malloc(fft_bin_count); in target_if_dump_fft_report_gen3()
2540 if (!fft_bin_buf) { in target_if_dump_fft_report_gen3()
2547 fft_bin_buf, fft_bin_count, &bytes_copied, in target_if_dump_fft_report_gen3()
2551 qdf_mem_free(fft_bin_buf); in target_if_dump_fft_report_gen3()
2557 target_if_spectral_hexdump(fft_bin_buf, fft_bin_count); in target_if_dump_fft_report_gen3()
2558 qdf_mem_free(fft_bin_buf); in target_if_dump_fft_report_gen3()