Searched refs:curr_report (Results 1 – 2 of 2) sorted by relevance
375 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() local482 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 …]
65 struct spectralsim_report *curr_report; member