Home
last modified time | relevance | path

Searched refs:ACPI_RESULTS_FRAME_OBJ_NUM (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/acpi/acpica/
Ddswstate.c72 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_pop()
156 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_push()
191 if (((u32) walk_state->result_size + ACPI_RESULTS_FRAME_OBJ_NUM) > in acpi_ds_result_stack_push()
208 walk_state->result_size += ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_push()
243 if (walk_state->result_size < ACPI_RESULTS_FRAME_OBJ_NUM) { in acpi_ds_result_stack_pop()
253 walk_state->result_size -= ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_pop()
Ddbdisply.c530 index = (result_count - 1) % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()
539 index = ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()
Daclocal.h648 union acpi_operand_object *obj_desc[ACPI_RESULTS_FRAME_OBJ_NUM];
/linux-6.6.21/include/acpi/
Dacconfig.h140 #define ACPI_RESULTS_FRAME_OBJ_NUM 8 macro