Searched refs:DescriptorType (Results 1 - 25 of 31) sorted by relevance

12

/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutstate.c143 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE;
183 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD;
234 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE;
276 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE;
319 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL;
H A Duttrack.c654 UINT8 DescriptorType; local
702 DescriptorType = 0; /* Not a valid descriptor type */
710 DescriptorType = ACPI_DESC_TYPE_OPERAND;
718 DescriptorType = ACPI_DESC_TYPE_PARSER;
726 DescriptorType = ACPI_DESC_TYPE_NAMED;
737 switch (DescriptorType)
H A Dutinit.c241 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED;
/fuchsia/zircon/system/private/efi/protocol/
H A Dusb-io.h43 uint8_t DescriptorType; member in struct:__anon617
60 uint8_t DescriptorType; member in struct:__anon618
71 uint8_t DescriptorType; member in struct:__anon619
83 uint8_t DescriptorType; member in struct:__anon620
/fuchsia/zircon/third_party/lib/acpica/source/components/resources/
H A Drsutils.c250 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE)
263 Aml->SmallHeader.DescriptorType = (UINT8)
264 ((Aml->SmallHeader.DescriptorType &
275 * PARAMETERS: DescriptorType - Byte to be inserted as the type
282 * DESCRIPTION: Set the DescriptorType and ResourceLength fields of an AML
290 UINT8 DescriptorType,
299 Aml->SmallHeader.DescriptorType = DescriptorType;
289 AcpiRsSetResourceHeader( UINT8 DescriptorType, ACPI_RSDESC_SIZE TotalLength, AML_RESOURCE *Aml) argument
H A Drsio.c216 AML_OFFSET (StartDpf.DescriptorType),
H A Drsirq.c79 AML_OFFSET (Irq.DescriptorType),
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslrestype1.c86 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG |
116 Descriptor->EndDpf.DescriptorType =
153 Descriptor->Memory24.DescriptorType = ACPI_RESOURCE_NAME_MEMORY24;
259 Descriptor->Memory32.DescriptorType = ACPI_RESOURCE_NAME_MEMORY32;
362 Descriptor->FixedMemory32.DescriptorType = ACPI_RESOURCE_NAME_FIXED_MEMORY32;
450 Descriptor->StartDpf.DescriptorType =
538 Descriptor->StartDpf.DescriptorType =
601 Descriptor->VendorSmall.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_SMALL;
639 Descriptor->VendorSmall.DescriptorType |= (UINT8) i;
H A Daslrestype2.c87 Descriptor->GenericReg.DescriptorType = ACPI_RESOURCE_NAME_GENERIC_REGISTER;
217 Descriptor->ExtendedIrq.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_IRQ;
388 ASL_RESDESC_OFFSET (ExtendedIrq.DescriptorType))
436 Descriptor->VendorLarge.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_LARGE;
H A Daslrestype1i.c91 Descriptor->Dma.DescriptorType =
209 Descriptor->FixedDma.DescriptorType =
285 Descriptor->Io.DescriptorType =
368 Descriptor->Io.DescriptorType =
479 Descriptor->Irq.DescriptorType =
599 Descriptor->Irq.DescriptorType =
H A Daslrestype2e.c93 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64;
266 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64;
447 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64;
H A Daslmapenter.c155 if (Resource->DescriptorType != ACPI_RESOURCE_NAME_SERIAL_BUS)
H A Daslrestype2s.c321 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO;
538 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO;
745 Descriptor->I2cSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS;
895 Descriptor->SpiSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS;
1074 Descriptor->UartSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS;
H A Daslrestype2d.c97 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32;
327 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32;
562 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32;
H A Daslrestype2q.c97 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64;
318 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64;
547 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64;
H A Daslrestype2w.c97 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16;
318 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16;
523 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16;
/fuchsia/zircon/third_party/lib/acpica/source/components/parser/
H A Dpsscope.c128 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE;
175 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE;
H A Dpsutils.c104 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER;
/fuchsia/zircon/third_party/lib/acpica/source/components/dispatcher/
H A Ddswscope.c145 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE;
H A Ddswstate.c262 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RESULT;
618 WalkState->DescriptorType = ACPI_DESC_TYPE_WALK;
794 if (WalkState->DescriptorType != ACPI_DESC_TYPE_WALK)
H A Ddsmthdat.c117 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED;
130 WalkState->LocalVariables[i].DescriptorType = ACPI_DESC_TYPE_NAMED;
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Damlresrc.h151 UINT8 DescriptorType;
258 UINT8 DescriptorType;\
542 UINT8 DescriptorType; member in union:aml_resource
H A Dacobject.h74 * DescriptorType is used to differentiate between internal descriptors, and
77 * Note: The DescriptorType and Type fields must appear in the identical
83 UINT8 DescriptorType; /* To differentiate various internal objs */\
540 * a common DescriptorType field in order to differentiate them.
576 UINT8 DescriptorType; /* To differentiate various internal objs */ member in struct:acpi_common_descriptor
H A Dacstruct.h76 UINT8 DescriptorType; /* To differentiate various internal objs */ member in struct:acpi_walk_state
/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devmisc.c174 Info->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY;

Completed in 83 milliseconds

12