Searched refs:result_count (Results 1 – 2 of 2) sorted by relevance
507 u32 result_count = 0; in acpi_db_display_results() local521 result_count = walk_state->result_count; in acpi_db_display_results()525 acpi_ut_get_node_name(node), result_count); in acpi_db_display_results()530 index = (result_count - 1) % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()532 for (i = 0; i < result_count; i++) { in acpi_db_display_results()
3886 u32 result_count; in brcmf_notify_sched_scan_results() local3903 result_count = le32_to_cpu(pfn_result->count); in brcmf_notify_sched_scan_results()3910 brcmf_dbg(SCAN, "PFN NET FOUND event. count: %d\n", result_count); in brcmf_notify_sched_scan_results()3911 if (!result_count) { in brcmf_notify_sched_scan_results()3918 if (datalen < result_count * sizeof(*netinfo)) { in brcmf_notify_sched_scan_results()3924 result_count); in brcmf_notify_sched_scan_results()3931 for (i = 0; i < result_count; i++) { in brcmf_notify_sched_scan_results()