Searched refs:arguments (Results 1 - 8 of 8) sorted by relevance

/drivers/acpi/acpica/
H A Ddsmthdat.c3 * Module Name: dsmthdat - control method arguments and local variables
78 * DESCRIPTION: Initialize the data structures that hold the method's arguments
97 /* Init the method arguments */
100 ACPI_MOVE_32_TO_32(&walk_state->arguments[i].name,
102 walk_state->arguments[i].name.integer |= (i << 24);
103 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED;
104 walk_state->arguments[i].type = ACPI_TYPE_ANY;
105 walk_state->arguments[i].flags = ANOBJ_METHOD_ARG;
132 * DESCRIPTION: Delete method locals and arguments. Arguments are only
159 /* Detach the arguments */
[all...]
H A Dacdebug.h51 u8 min_args; /* Minimum arguments required */
176 acpi_db_match_argument(char *user_argument, struct argument_info *arguments);
H A Dacstruct.h102 struct acpi_namespace_node arguments[ACPI_METHOD_NUM_ARGS]; /* Control method arguments */ member in struct:acpi_walk_state
H A Ddsutils.c380 * arguments to a control method invocation (a call from one
394 * Method arguments are passed by reference, not by value. This means
610 opcode = AML_ZERO_OP; /* Has no arguments! */
693 * DESCRIPTION: Convert an operator's arguments from a parse tree format to
705 union acpi_parse_object *arguments[ACPI_OBJ_NUM_OPERANDS]; local
712 /* Get all arguments in the list */
720 arguments[index] = arg;
735 arg = arguments[index];
H A Dutosi.c323 string_desc = walk_state->arguments[0].object;
H A Daclocal.h303 * param_count - Number of arguments to the method
569 ACPI_STATE_COMMON u32 arg_count; /* Number of fixed arguments */
589 * AML arguments
655 u32 parse_args; /* Grammar/Parse time arguments */
656 u32 runtime_args; /* Interpret time arguments */
669 union acpi_parse_object *arg; /* arguments and contained ops */
1029 char *arguments[4]; member in struct:acpi_db_method_info
/drivers/acpi/
H A Dutils.c262 struct acpi_object_list *arguments, unsigned long long *data)
273 status = acpi_evaluate_object(handle, pathname, arguments, &buffer);
296 struct acpi_object_list *arguments,
312 status = acpi_evaluate_object(handle, pathname, arguments, &buffer);
260 acpi_evaluate_integer(acpi_handle handle, acpi_string pathname, struct acpi_object_list *arguments, unsigned long long *data) argument
294 acpi_evaluate_reference(acpi_handle handle, acpi_string pathname, struct acpi_object_list *arguments, struct acpi_handle_list *list) argument
/drivers/mmc/host/
H A Dvub300.c71 u8 arguments[4]; member in struct:sd_command_header
1079 vub300->cmnd.head.arguments[0] = cmd->arg >> 24;
1080 vub300->cmnd.head.arguments[1] = cmd->arg >> 16;
1081 vub300->cmnd.head.arguments[2] = cmd->arg >> 8;
1082 vub300->cmnd.head.arguments[3] = cmd->arg >> 0;
1106 if (0x08 & vub300->cmnd.head.arguments[0]) { /* BLOCK MODE */

Completed in 81 milliseconds