Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A 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()
H A 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()
H A Daclocal.h648 union acpi_operand_object *obj_desc[ACPI_RESULTS_FRAME_OBJ_NUM];
/linux/include/acpi/
H A Dacconfig.h140 #define ACPI_RESULTS_FRAME_OBJ_NUM 8 macro