Lines Matching defs:element
227 * The first element must be a GUID and the second one must be
251 * whose every element must be an integer, a string, or a reference.
502 * The first element must be a GUID and the second one must be
797 const union acpi_object **element,
806 for (; *element < end && (*element)->type == ACPI_TYPE_STRING;
807 (*element)++) {
808 const char *child_name = (*element)->string.pointer;
820 for (i = 0; (*element) + i < end && i < num_args; i++) {
821 acpi_object_type type = (*element)[i].type;
839 args->args[i] = (*element)[i].integer.value;
842 (*element) += nargs;
887 const union acpi_object *element, *end;
935 element = obj->package.elements;
936 end = element + obj->package.count;
938 while (element < end) {
939 switch (element->type) {
941 device = acpi_fetch_acpi_dev(element->reference.handle);
945 element++;
949 &element, end, num_args);
960 element++;
1087 * value may still be represented as one-element array, so