Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c3583 det_list->num_detectors = 1; in target_if_spectral_detector_list_init()
3592 det_list->num_detectors += 1; in target_if_spectral_detector_list_init()
3605 det_list->num_detectors = 1; in target_if_spectral_detector_list_init()
5010 uint32_t *num_detectors) in target_if_spectral_get_num_detectors_for_higher_bws() argument
5014 *num_detectors = spectral->capability.num_detectors_320mhz; in target_if_spectral_get_num_detectors_for_higher_bws()
5029 uint32_t *num_detectors) in target_if_spectral_get_num_detectors_for_higher_bws() argument
5050 uint32_t *num_detectors) in target_if_spectral_get_num_detectors() argument
5062 if (!num_detectors) { in target_if_spectral_get_num_detectors()
5069 *num_detectors = spectral->capability.num_detectors_20mhz; in target_if_spectral_get_num_detectors()
5073 *num_detectors = spectral->capability.num_detectors_40mhz; in target_if_spectral_get_num_detectors()
[all …]
H A Dtarget_if_spectral_phyerr.c237 span_info->num_detectors); in target_if_dbg_print_samp_msg()
239 for (det = 0; det < span_info->num_detectors; det++) { in target_if_dbg_print_samp_msg()
994 for (det = 0; det < detector_list->num_detectors; det++) { in target_if_populate_det_start_end_freqs()
1098 for (det = 0; det < detector_list->num_detectors; det++) { in target_if_populate_fft_bins_info()
3615 for (det = 0; det < det_list->num_detectors; det++) { in target_if_consume_spectral_report_gen3()
3618 if (det == det_list->num_detectors - 1) { in target_if_consume_spectral_report_gen3()
H A Dtarget_if_spectral_netlink.c122 span_info->num_detectors++; in target_if_spectral_fill_samp_msg()
H A Dtarget_if_spectral.h1148 uint8_t num_detectors; member
/wlan-driver/qca-wifi-host-cmn/spectral/dispatcher/inc/
H A Dspectral_ioctl.h582 uint8_t num_detectors; member