Lines Matching defs:name
114 * RETURN: Pointer to the start of the name string (pointer points into
117 * DESCRIPTION: Get next raw namestring within the AML stream. Handles all name
151 /* Two name segments */
158 /* Multiple name segments, 4 chars each, count in next byte */
165 /* Single name segment */
188 * DESCRIPTION: Get next name (if method call, return # of required args).
190 * if the name represents a control method. If a method
216 arg->common.value.name = path;
221 * Lookup the name in the internal namespace, starting with the current
234 * If this name is a control method invocation, we must
254 /* This name is actually a control method invocation */
259 node->name.ascii, node, method_desc, path));
266 /* Change Arg into a METHOD CALL and attach name to it */
269 name_op->common.value.name = path;
294 * Special handling if the name was not found during the lookup -
343 arg->common.value.name = path;
428 arg->common.value.name =
462 u32 name;
521 /* Get the 4-character name */
523 ACPI_MOVE_32_TO_32(&name, parser_state->aml);
524 acpi_ps_set_name(field, name);
668 arg->common.value.name =