Searched refs:det_info (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
D | target_if_spectral.c | 7173 struct spectral_session_det_info *det_info, in target_if_extract_pdev_spectral_session_detector_info() argument 7193 wmi_handle, evt_buf, det_info, det_info_idx); in target_if_extract_pdev_spectral_session_detector_info() 7538 struct spectral_session_det_info *det_info, in target_if_extract_pdev_spectral_session_detector_info() argument 7550 wmi_handle, evt_buf, det_info, det_info_idx); in target_if_extract_pdev_spectral_session_detector_info() 7619 const struct spectral_session_det_info *det_info, in target_if_update_det_info_in_spectral_session() argument 7630 if (det_info->det_id >= MAX_DETECTORS_PER_PDEV) { in target_if_update_det_info_in_spectral_session() 7632 det_info->det_id); in target_if_update_det_info_in_spectral_session() 7638 det_map = &spectral->det_map[det_info->det_id]; in target_if_update_det_info_in_spectral_session() 7641 dest_det_info->start_freq = det_info->start_freq; in target_if_update_det_info_in_spectral_session() 7642 dest_det_info->end_freq = det_info->end_freq; in target_if_update_det_info_in_spectral_session() [all …]
|
D | target_if_spectral_phyerr.c | 219 struct samp_detector_info *det_info; in target_if_dbg_print_samp_msg() local 240 det_info = &span_info->detector_info[det]; in target_if_dbg_print_samp_msg() 243 spectral_debug("RSSI : %d", det_info->rssi); in target_if_dbg_print_samp_msg() 245 det_info->timestamp); in target_if_dbg_print_samp_msg() 247 det_info->start_bin_idx); in target_if_dbg_print_samp_msg() 249 det_info->end_bin_idx); in target_if_dbg_print_samp_msg() 251 det_info->start_frequency); in target_if_dbg_print_samp_msg() 253 det_info->end_frequency); in target_if_dbg_print_samp_msg()
|
D | target_if_spectral.h | 1009 struct spectral_session_det_info *det_info,
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_api.c | 2841 struct spectral_session_det_info *det_info, uint8_t idx) in wmi_extract_pdev_spectral_session_detector_info() argument 2847 det_info, idx); in wmi_extract_pdev_spectral_session_detector_info()
|
D | wmi_unified_tlv.c | 9071 struct spectral_session_det_info *det_info, uint8_t idx) in extract_pdev_spectral_session_detector_info_tlv() argument 9081 if (!det_info) { in extract_pdev_spectral_session_detector_info_tlv() 9086 if (!param_buf->det_info) { in extract_pdev_spectral_session_detector_info_tlv() 9097 det_info_tlv = ¶m_buf->det_info[idx]; in extract_pdev_spectral_session_detector_info_tlv() 9103 det_info->det_id = det_info_tlv->detector_id; in extract_pdev_spectral_session_detector_info_tlv() 9104 det_info->start_freq = (qdf_freq_t)det_info_tlv->start_freq; in extract_pdev_spectral_session_detector_info_tlv() 9105 det_info->end_freq = (qdf_freq_t)det_info_tlv->end_freq; in extract_pdev_spectral_session_detector_info_tlv()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_api.h | 2558 struct spectral_session_det_info *det_info,
|
D | wmi_unified_priv.h | 1658 struct spectral_session_det_info *det_info,
|
/wlan-driver/fw-api/fw/ |
D | wmi_tlv_defs.h | 7406 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_pdev_sscan_per_detector_info, det_info, WMI…
|