Searched refs:arg_types (Results 1 – 6 of 6) sorted by relevance
92 walk_state->arg_types = ARGP_NAMESTRING; in acpi_ps_get_aml_opcode()161 walk_state->arg_types = walk_state->op_info->parse_args; in acpi_ps_get_aml_opcode()202 while (GET_CURRENT_ARG_TYPE(walk_state->arg_types) && in acpi_ps_build_named_op()203 (GET_CURRENT_ARG_TYPE(walk_state->arg_types) != ARGP_NAME)) { in acpi_ps_build_named_op()208 arg_types), &arg); in acpi_ps_build_named_op()214 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_build_named_op()220 if (!GET_CURRENT_ARG_TYPE(walk_state->arg_types)) { in acpi_ps_build_named_op()226 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_build_named_op()433 walk_state->prev_arg_types = walk_state->arg_types; in acpi_ps_complete_op()439 &walk_state->arg_types, in acpi_ps_complete_op()[all …]
106 arg_types), in acpi_ps_get_arguments()120 walk_state->arg_types = 0; in acpi_ps_get_arguments()127 while (GET_CURRENT_ARG_TYPE(walk_state->arg_types) in acpi_ps_get_arguments()135 (walk_state->arg_types), &arg); in acpi_ps_get_arguments()144 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_get_arguments()413 walk_state->arg_types = 0; in acpi_ps_parse_loop()462 &walk_state->arg_types, in acpi_ps_parse_loop()471 walk_state->arg_types = walk_state->prev_arg_types; in acpi_ps_parse_loop()517 if (walk_state->arg_types) { in acpi_ps_parse_loop()543 walk_state->arg_types, in acpi_ps_parse_loop()
140 u32 arg_types; in acpi_ex_resolve_operands() local153 arg_types = op_info->runtime_args; in acpi_ex_resolve_operands()154 if (arg_types == ARGI_INVALID_OPCODE) { in acpi_ex_resolve_operands()162 opcode, op_info->name, arg_types)); in acpi_ex_resolve_operands()171 while (GET_CURRENT_ARG_TYPE(arg_types)) { in acpi_ex_resolve_operands()277 this_arg_type = GET_CURRENT_ARG_TYPE(arg_types); in acpi_ex_resolve_operands()278 INCREMENT_ARG_LIST(arg_types); in acpi_ex_resolve_operands()693 if (GET_CURRENT_ARG_TYPE(arg_types)) { in acpi_ex_resolve_operands()
539 local_info.types = local_info.arg_types; in acpi_db_method_thread()707 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_threads()708 acpi_gbl_db_method_info.arg_types[0] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads()709 acpi_gbl_db_method_info.arg_types[1] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads()710 acpi_gbl_db_method_info.arg_types[2] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads()
89 u32 arg_types; member
1126 acpi_object_type arg_types[4]; member