Home
last modified time | relevance | path

Searched refs:GET_CURRENT_ARG_TYPE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dexresop.c137 while (GET_CURRENT_ARG_TYPE(arg_types)) { in acpi_ex_resolve_operands()
243 this_arg_type = GET_CURRENT_ARG_TYPE(arg_types); in acpi_ex_resolve_operands()
665 if (GET_CURRENT_ARG_TYPE(arg_types)) { in acpi_ex_resolve_operands()
H A Dpsloop.c72 GET_CURRENT_ARG_TYPE(walk_state-> in acpi_ps_get_arguments()
94 while (GET_CURRENT_ARG_TYPE(walk_state->arg_types) && in acpi_ps_get_arguments()
116 GET_CURRENT_ARG_TYPE in acpi_ps_get_arguments()
H A Dpsobject.c172 while (GET_CURRENT_ARG_TYPE(walk_state->arg_types) && in acpi_ps_build_named_op()
173 (GET_CURRENT_ARG_TYPE(walk_state->arg_types) != ARGP_NAME)) { in acpi_ps_build_named_op()
178 GET_CURRENT_ARG_TYPE(walk_state-> in acpi_ps_build_named_op()
203 if (!GET_CURRENT_ARG_TYPE(walk_state->arg_types)) { in acpi_ps_build_named_op()
H A Dexconvrt.c590 switch (GET_CURRENT_ARG_TYPE(walk_state->op_info->runtime_args)) { in acpi_ex_convert_to_target_type()
674 GET_CURRENT_ARG_TYPE(walk_state->op_info-> in acpi_ex_convert_to_target_type()
H A Dpsargs.c239 if ((GET_CURRENT_ARG_TYPE(walk_state->arg_types) == in acpi_ps_get_next_namepath()
241 || (GET_CURRENT_ARG_TYPE(walk_state->arg_types) == in acpi_ps_get_next_namepath()
H A Dacmacros.h412 #define GET_CURRENT_ARG_TYPE(list) (list & ((u32) 0x1F)) macro