Searched refs:arg_types (Results 1 – 7 of 7) sorted by relevance
60 walk_state->arg_types = ARGP_NAMESTRING; in acpi_ps_get_aml_opcode()131 walk_state->arg_types = walk_state->op_info->parse_args; in acpi_ps_get_aml_opcode()172 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()179 arg_types), &arg); in acpi_ps_build_named_op()185 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_build_named_op()203 if (!GET_CURRENT_ARG_TYPE(walk_state->arg_types)) { in acpi_ps_build_named_op()209 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_build_named_op()468 walk_state->prev_arg_types = walk_state->arg_types; in acpi_ps_complete_op()474 &walk_state->arg_types, in acpi_ps_complete_op()[all …]
73 arg_types), in acpi_ps_get_arguments()87 walk_state->arg_types = 0; in acpi_ps_get_arguments()94 while (GET_CURRENT_ARG_TYPE(walk_state->arg_types) && in acpi_ps_get_arguments()117 (walk_state->arg_types), &arg); in acpi_ps_get_arguments()126 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_get_arguments()236 walk_state->arg_types = 0; in acpi_ps_parse_loop()284 &walk_state->arg_types, in acpi_ps_parse_loop()293 walk_state->arg_types = walk_state->prev_arg_types; in acpi_ps_parse_loop()396 if (walk_state->arg_types) { in acpi_ps_parse_loop()459 walk_state->arg_types, in acpi_ps_parse_loop()
106 u32 arg_types; in acpi_ex_resolve_operands() local119 arg_types = op_info->runtime_args; in acpi_ex_resolve_operands()120 if (arg_types == ARGI_INVALID_OPCODE) { in acpi_ex_resolve_operands()128 opcode, op_info->name, arg_types)); in acpi_ex_resolve_operands()137 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()244 INCREMENT_ARG_LIST(arg_types); in acpi_ex_resolve_operands()665 if (GET_CURRENT_ARG_TYPE(arg_types)) { in acpi_ex_resolve_operands()
544 local_info.types = local_info.arg_types; in acpi_db_method_thread()667 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_thread()675 acpi_gbl_db_method_info.arg_types[i] = *types; in acpi_db_create_execution_thread()818 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_threads()819 acpi_gbl_db_method_info.arg_types[0] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads()820 acpi_gbl_db_method_info.arg_types[1] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads()821 acpi_gbl_db_method_info.arg_types[2] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads()
55 u32 arg_types; member
239 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()
1219 acpi_object_type arg_types[ACPI_METHOD_NUM_ARGS]; member