Home
last modified time | relevance | path

Searched refs:result_count (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddswstate.c51 if (state && !walk_state->result_count) { in acpi_ds_result_pop()
56 if (!state && walk_state->result_count) { in acpi_ds_result_pop()
71 walk_state->result_count--; in acpi_ds_result_pop()
72 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_pop()
93 index, walk_state, walk_state->result_count)); in acpi_ds_result_pop()
121 if (walk_state->result_count > walk_state->result_size) { in acpi_ds_result_push()
124 } else if (walk_state->result_count == walk_state->result_size) { in acpi_ds_result_push()
136 if (!(walk_state->result_count < walk_state->result_size)) { in acpi_ds_result_push()
150 object, walk_state, walk_state->result_count)); in acpi_ds_result_push()
156 index = (u32)walk_state->result_count in acpi_ds_result_push()
[all...]
H A Ddbdisply.c507 u32 result_count = 0; in acpi_db_display_results() local
521 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()
H A Dacstruct.h53 u8 result_count; /* Current number of occupied elements of result stack */ member
H A Ddscontrol.c255 } else if (walk_state->result_count) { in acpi_ds_exec_end_control_op()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddswstate.c51 if (state && !walk_state->result_count) { in acpi_ds_result_pop()
56 if (!state && walk_state->result_count) { in acpi_ds_result_pop()
71 walk_state->result_count--; in acpi_ds_result_pop()
72 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_pop()
93 index, walk_state, walk_state->result_count)); in acpi_ds_result_pop()
121 if (walk_state->result_count > walk_state->result_size) { in acpi_ds_result_push()
124 } else if (walk_state->result_count == walk_state->result_size) { in acpi_ds_result_push()
136 if (!(walk_state->result_count < walk_state->result_size)) { in acpi_ds_result_push()
150 walk_state, walk_state->result_count)); in acpi_ds_result_push()
156 index = (u32)walk_state->result_count in acpi_ds_result_push()
[all...]
H A Ddbdisply.c507 u32 result_count = 0; in acpi_db_display_results() local
521 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()
H A Dacstruct.h53 u8 result_count; /* Current number of occupied elements of result stack */ member
H A Ddscontrol.c255 } else if (walk_state->result_count) { in acpi_ds_exec_end_control_op()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3520 u32 result_count; in brcmf_notify_sched_scan_results() local
3537 result_count = le32_to_cpu(pfn_result->count); in brcmf_notify_sched_scan_results()
3544 brcmf_dbg(SCAN, "PFN NET FOUND event. count: %d\n", result_count); in brcmf_notify_sched_scan_results()
3545 if (!result_count) { in brcmf_notify_sched_scan_results()
3552 if (datalen < result_count * sizeof(*netinfo)) { in brcmf_notify_sched_scan_results()
3558 result_count); in brcmf_notify_sched_scan_results()
3565 for (i = 0; i < result_count; i++) { in brcmf_notify_sched_scan_results()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3865 u32 result_count; in brcmf_notify_sched_scan_results() local
3882 result_count = le32_to_cpu(pfn_result->count); in brcmf_notify_sched_scan_results()
3889 brcmf_dbg(SCAN, "PFN NET FOUND event. count: %d\n", result_count); in brcmf_notify_sched_scan_results()
3890 if (!result_count) { in brcmf_notify_sched_scan_results()
3897 if (datalen < result_count * sizeof(*netinfo)) { in brcmf_notify_sched_scan_results()
3903 result_count); in brcmf_notify_sched_scan_results()
3910 for (i = 0; i < result_count; i++) { in brcmf_notify_sched_scan_results()

Completed in 29 milliseconds