Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral_sim.c375 reportset->curr_report = NULL; in target_if_populate_reportset_static()
454 reportset->curr_report = reportset->headreport; in target_if_populate_reportset_static()
476 struct spectralsim_report *curr_report = NULL; in target_if_depopulate_reportset() local
482 curr_report = reportset->headreport; in target_if_depopulate_reportset()
484 while (curr_report) { in target_if_depopulate_reportset()
485 next_report = curr_report->next; in target_if_depopulate_reportset()
486 target_if_depopulate_report(curr_report); in target_if_depopulate_reportset()
487 qdf_mem_free(curr_report); in target_if_depopulate_reportset()
488 curr_report = next_report; in target_if_depopulate_reportset()
581 struct spectralsim_report *curr_report = NULL; in OS_TIMER_FUNC() local
[all …]
Dtarget_if_spectral_sim_int.h65 struct spectralsim_report *curr_report; member