Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral_phyerr.c967 struct per_session_dest_det_info *dest_det_info; in target_if_populate_det_start_end_freqs() local
998 dest_det_info = &det_map->dest_det_info[0]; in target_if_populate_det_start_end_freqs()
1043 dest_det_info->start_freq = start_end_freq_arr[0]; in target_if_populate_det_start_end_freqs()
1044 dest_det_info->end_freq = start_end_freq_arr[1]; in target_if_populate_det_start_end_freqs()
1060 struct per_session_dest_det_info *dest_det_info; in target_if_populate_fft_bins_info() local
1104 dest_det_info = &det_map->dest_det_info[0]; in target_if_populate_fft_bins_info()
1105 dest_det_info->lb_extrabins_num = spectral->lb_edge_extrabins; in target_if_populate_fft_bins_info()
1106 dest_det_info->rb_extrabins_num = spectral->rb_edge_extrabins; in target_if_populate_fft_bins_info()
1115 dest_det_info->lb_extrabins_num + in target_if_populate_fft_bins_info()
1116 dest_det_info->rb_extrabins_num; in target_if_populate_fft_bins_info()
[all …]
H A Dtarget_if_spectral_netlink.c119 map_det_info = &det_map->dest_det_info[dest_det_idx]; in target_if_spectral_fill_samp_msg()
H A Dtarget_if_spectral.c5921 map_det_info = &det_map->dest_det_info[dest_det]; in target_if_spectral_populate_session_det_host_info()
7623 struct per_session_dest_det_info *dest_det_info; in target_if_update_det_info_in_spectral_session() local
7639 dest_det_info = &det_map->dest_det_info[0]; 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()
H A Dtarget_if_spectral.h1100 dest_det_info[MAX_NUM_DEST_DETECTOR_INFO]; member