Searched refs:reportset (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
H A D | target_if_spectral_sim.c | 45 struct spectralsim_reportset *reportset, 49 reportset); 363 struct spectralsim_reportset *reportset, in target_if_populate_reportset_static() argument 369 if (!reportset) { in target_if_populate_reportset_static() 374 reportset->headreport = NULL; in target_if_populate_reportset_static() 375 reportset->curr_report = NULL; in target_if_populate_reportset_static() 388 qdf_mem_copy(&reportset->config, in target_if_populate_reportset_static() 389 &config_20_1, sizeof(reportset->config)); in target_if_populate_reportset_static() 396 reportset->headreport = report; in target_if_populate_reportset_static() 399 qdf_mem_copy(&reportset->config, in target_if_populate_reportset_static() [all …]
|
H A D | target_if_spectral_sim_int.h | 122 #define SPECTRAL_SIM_REPORTSET_ALLOCPOPL_SINGLE(simctx, reportset, width) \ argument 124 (reportset) = (struct spectralsim_reportset *) \ 127 if ((reportset) == NULL) { \ 132 qdf_mem_zero((reportset), sizeof(struct spectralsim_reportset)); \ 135 (simctx), (reportset), (width)) != 0) { \ 140 (reportset)->next = NULL; \ 144 #define SPECTRAL_SIM_REPORTSET_DEPOPLFREE_LIST(reportset) \ argument 149 curr_reportset = (reportset); \ 158 (reportset) = NULL; \
|