Home
last modified time | relevance | path

Searched refs:arg_types (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/acpi/acpica/
A Dpsobject.c60 walk_state->arg_types = ARGP_NAMESTRING; in acpi_ps_get_aml_opcode()
179 arg_types), &arg); in acpi_ps_build_named_op()
209 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_build_named_op()
474 &walk_state->arg_types, in acpi_ps_complete_op()
501 &walk_state->arg_types, in acpi_ps_complete_op()
539 &walk_state->arg_types, in acpi_ps_complete_op()
573 &walk_state->arg_types, in acpi_ps_complete_op()
584 &walk_state->arg_types, in acpi_ps_complete_op()
610 &walk_state->arg_types, in acpi_ps_complete_op()
695 arg_types, in acpi_ps_complete_final_op()
[all …]
A Dpsloop.c73 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()
A Dexresop.c106 u32 arg_types; in acpi_ex_resolve_operands() local
119 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()
A Ddbexec.c544 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()
A Dacstruct.h55 u32 arg_types; member
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()
A Daclocal.h1202 acpi_object_type arg_types[ACPI_METHOD_NUM_ARGS]; member

Completed in 18 milliseconds