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

12

/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutstate.c251 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE;
291 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD;
342 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE;
384 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE;
427 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL;
H A Duttrack.c759 UINT8 DescriptorType; local
812 DescriptorType = 0; /* Not a valid descriptor type */
820 DescriptorType = ACPI_DESC_TYPE_OPERAND;
828 DescriptorType = ACPI_DESC_TYPE_PARSER;
836 DescriptorType = ACPI_DESC_TYPE_NAMED;
847 switch (DescriptorType)
H A Dutinit.c348 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED;
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype1.c194 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG |
224 Descriptor->EndDpf.DescriptorType =
261 Descriptor->Memory24.DescriptorType = ACPI_RESOURCE_NAME_MEMORY24;
367 Descriptor->Memory32.DescriptorType = ACPI_RESOURCE_NAME_MEMORY32;
470 Descriptor->FixedMemory32.DescriptorType = ACPI_RESOURCE_NAME_FIXED_MEMORY32;
558 Descriptor->StartDpf.DescriptorType =
646 Descriptor->StartDpf.DescriptorType =
709 Descriptor->VendorSmall.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_SMALL;
747 Descriptor->VendorSmall.DescriptorType |= (UINT8) i;
H A Daslrestype2.c195 Descriptor->GenericReg.DescriptorType = ACPI_RESOURCE_NAME_GENERIC_REGISTER;
330 Descriptor->ExtendedIrq.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_IRQ;
501 ASL_RESDESC_OFFSET (ExtendedIrq.DescriptorType))
549 Descriptor->VendorLarge.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_LARGE;
H A Daslrestype1i.c199 Descriptor->Dma.DescriptorType =
317 Descriptor->FixedDma.DescriptorType =
393 Descriptor->Io.DescriptorType =
476 Descriptor->Io.DescriptorType =
587 Descriptor->Irq.DescriptorType =
707 Descriptor->Irq.DescriptorType =
H A Daslrestype2s.c479 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO;
689 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO;
889 Descriptor->I2cSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS;
1048 Descriptor->SpiSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS;
1236 Descriptor->UartSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS;
1444 Descriptor->PinFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_FUNCTION;
1630 Descriptor->PinConfig.DescriptorType = ACPI_RESOURCE_NAME_PIN_CONFIG;
1830 Descriptor->PinGroup.DescriptorType = ACPI_RESOURCE_NAME_PIN_GROUP;
1983 Descriptor->PinGroupFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_GROUP_FUNCTION;
2129 Descriptor->PinGroupConfig.DescriptorType
[all...]
H A Daslrestype2e.c201 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64;
374 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64;
555 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64;
H A Daslmapenter.c263 if (Resource->DescriptorType != ACPI_RESOURCE_NAME_SERIAL_BUS)
H A Daslrestype2d.c205 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32;
435 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32;
670 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32;
H A Daslrestype2q.c205 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64;
426 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64;
655 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64;
H A Daslrestype2w.c205 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16;
426 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16;
631 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16;
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c358 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE)
371 Aml->SmallHeader.DescriptorType = (UINT8)
372 ((Aml->SmallHeader.DescriptorType &
383 * PARAMETERS: DescriptorType - Byte to be inserted as the type
390 * DESCRIPTION: Set the DescriptorType and ResourceLength fields of an AML
398 UINT8 DescriptorType,
407 Aml->SmallHeader.DescriptorType = DescriptorType;
397 AcpiRsSetResourceHeader( UINT8 DescriptorType, ACPI_RSDESC_SIZE TotalLength, AML_RESOURCE *Aml) argument
H A Drsio.c324 AML_OFFSET (StartDpf.DescriptorType),
H A Drsirq.c187 AML_OFFSET (Irq.DescriptorType),
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c236 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE;
283 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE;
H A Dpsutils.c213 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h262 UINT8 DescriptorType;
369 UINT8 DescriptorType;\
763 UINT8 DescriptorType; member in union:aml_resource
H A Dacobject.h182 * DescriptorType is used to differentiate between internal descriptors, and
185 * Note: The DescriptorType and Type fields must appear in the identical
191 UINT8 DescriptorType; /* To differentiate various internal objs */\
652 * a common DescriptorType field in order to differentiate them.
688 UINT8 DescriptorType; /* To differentiate various internal objs */ member in struct:acpi_common_descriptor
H A Dacstruct.h184 UINT8 DescriptorType; /* To differentiate various internal objs */ member in struct:acpi_walk_state
H A Dacresrc.h455 UINT8 DescriptorType,
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswscope.c253 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE;
H A Ddswstate.c370 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RESULT;
726 WalkState->DescriptorType = ACPI_DESC_TYPE_WALK;
902 if (WalkState->DescriptorType != ACPI_DESC_TYPE_WALK)
H A Ddsmthdat.c225 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED;
238 WalkState->LocalVariables[i].DescriptorType = ACPI_DESC_TYPE_NAMED;
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devmisc.c282 Info->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY;

Completed in 119 milliseconds

12