| /third_party/lib/acpica/source/tools/acpiexec/ |
| A D | aehandlers.c | 54 ACPI_HANDLE Device, 60 ACPI_HANDLE Device, 66 ACPI_HANDLE Device, 72 ACPI_HANDLE Device, 182 ACPI_HANDLE Device, in AeNotifyHandler1() argument 191 ACPI_HANDLE Device, in AeNotifyHandler2() argument 200 ACPI_HANDLE Device, in AeCommonNotifyHandler() argument 248 HandlerId, Type, AcpiUtGetNodeName (Device), Device, Value, in AeCommonNotifyHandler() 284 AcpiUtGetNodeName (Device), Device, Value, in AeSystemNotifyHandler() 317 AcpiUtGetNodeName (Device), Device, Value, in AeDeviceNotifyHandler() [all …]
|
| A D | aetables.h | 304 Device (OEM1) 308 Device (OEM2) 373 Device (DEV0) 378 Device (\GPE2)
|
| /third_party/lib/acpica/source/components/events/ |
| A D | evxfregn.c | 80 ACPI_HANDLE Device, in AcpiInstallAddressSpaceHandler() argument 95 if (!Device) in AcpiInstallAddressSpaceHandler() 108 Node = AcpiNsValidateHandle (Device); in AcpiInstallAddressSpaceHandler() 153 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL() 170 if (!Device) in ACPI_EXPORT_SYMBOL() 183 Node = AcpiNsValidateHandle (Device); in ACPI_EXPORT_SYMBOL()
|
| A D | evxface.c | 97 ACPI_HANDLE Device, in AcpiInstallNotifyHandler() argument 102 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device); in AcpiInstallNotifyHandler() 114 if ((!Device) || (!Handler) || (!HandlerType) || in AcpiInstallNotifyHandler() 133 if (Device == ACPI_ROOT_OBJECT) in AcpiInstallNotifyHandler() 184 Status = AcpiNsAttachObject (Device, ObjDesc, Node->Type); in AcpiInstallNotifyHandler() 274 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL() 278 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device); in ACPI_EXPORT_SYMBOL() 291 if ((!Device) || (!Handler) || (!HandlerType) || in ACPI_EXPORT_SYMBOL() 299 if (Device == ACPI_ROOT_OBJECT) in ACPI_EXPORT_SYMBOL()
|
| A D | evxfgpe.c | 959 ObjDesc->Device.GpeBlock = GpeBlock; in ACPI_EXPORT_SYMBOL() 1024 !ObjDesc->Device.GpeBlock) in ACPI_EXPORT_SYMBOL() 1031 Status = AcpiEvDeleteGpeBlock (ObjDesc->Device.GpeBlock); in ACPI_EXPORT_SYMBOL() 1034 ObjDesc->Device.GpeBlock = NULL; in ACPI_EXPORT_SYMBOL()
|
| A D | evgpe.c | 346 !ObjDesc->Device.GpeBlock) in AcpiEvGetGpeEventInfo() 351 return (AcpiEvLowGetGpeInfo (GpeNumber, ObjDesc->Device.GpeBlock)); in AcpiEvGetGpeEventInfo()
|
| A D | evrgnini.c | 335 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
|
| /third_party/lib/acpica/source/components/hardware/ |
| A D | hwpci.c | 66 ACPI_HANDLE Device; member 240 ListElement->Device = ParentDevice; in AcpiHwBuildPciList() 281 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function)); in AcpiHwProcessPciList() 295 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device, in AcpiHwProcessPciList() 308 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function, in AcpiHwProcessPciList() 405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acpixf.h | 773 ACPI_HANDLE Device, 781 ACPI_HANDLE Device, 788 ACPI_HANDLE Device, 797 ACPI_HANDLE Device, 983 ACPI_HANDLE Device, 991 ACPI_HANDLE Device, 997 ACPI_HANDLE Device, 1016 ACPI_HANDLE Device, 1024 ACPI_HANDLE Device, 1030 ACPI_HANDLE Device,
|
| A D | actypes.h | 1109 ACPI_HANDLE Device, 1128 ACPI_HANDLE Device, 1306 UINT16 Device; member
|
| A D | acobject.h | 521 ACPI_OBJECT_DEVICE Device; member
|
| A D | actbl2.h | 523 UINT8 Device; member 1421 UINT8 Device; member
|
| A D | actbl1.h | 529 UINT16 Device; member
|
| /third_party/lib/acpica/tests/misc/ |
| A D | badcode.asl | 130 Device (H1) 134 Device (H2) 138 Device (H3) 142 Device (H4) 146 Device (H5) 150 Device (H6) 203 Device (EC)
|
| A D | grammar.asl | 120 Device (A1) 135 Device (A2) 145 Device (A3) 155 Device (A4) 171 Device (IRES) 208 Device (RES) 913 Device (DEV1) 2004 Device (IFEL) 2161 Device (NOSV) 2582 Device (IDXF) [all …]
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbstats.c | 233 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[0]); in AcpiDbEnumerateObject() 234 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[1]); in AcpiDbEnumerateObject() 235 AcpiDbEnumerateObject (ObjDesc->Device.Handler); in AcpiDbEnumerateObject()
|
| /third_party/lib/acpica/source/tools/examples/ |
| A D | examples.c | 84 ACPI_HANDLE Device, 347 ACPI_HANDLE Device, in NotifyHandler() argument
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utdelete.c | 156 if (Object->Device.GpeBlock) in AcpiUtDeleteInternalObj() 158 (void) AcpiEvDeleteGpeBlock (Object->Device.GpeBlock); in AcpiUtDeleteInternalObj()
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osfuchsia.cpp | 1096 …Write ? "write" : "read", PciId->Segment, PciId->Bus, PciId->Device, PciId->Function, Register, Wi… in AcpiOsReadWritePciConfiguration() 1106 …if (PciId->Device >= PCIE_MAX_DEVICES_PER_BUS || PciId->Function >= PCIE_MAX_FUNCTIONS_PER_DEVICE)… in AcpiOsReadWritePciConfiguration() 1123 uint8_t dev = static_cast<uint8_t>(PciId->Device); in AcpiOsReadWritePciConfiguration()
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | exregion.c | 422 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device, in AcpiExPciConfigSpaceHandler()
|
| A D | exdump.c | 132 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[0]), "System Notify"}, 133 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[1]), "Device Notify"}, 134 {ACPI_EXD_HDLR_LIST,ACPI_EXD_OFFSET (Device.Handler), "Handler"}
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nseval.c | 457 ParentNode->Object->Device.Handler; in AcpiNsExecModuleCode()
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | acefiex.h | 572 EFI_HANDLE *Device);
|
| /third_party/lib/acpica/source/common/ |
| A D | dmtbinfo.c | 1236 {ACPI_DMT_UINT16, ACPI_HEST6_OFFSET (Aer.Device), "Device", 0}, \ 2660 {ACPI_DMT_UINT8, ACPI_TCPA_SERVER_OFFSET (Device), "Pci Device", 0},
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 83 Device (\DEV1) 327 neither operand can be a non-data object such as a Device, Mutex, 1126 or _ADR must exist within the scope of a Device, as per the ACPI 1170 _DSD (Device-Specific Data). David Box. 4686 Device. This was found to be confusing to the host software that 7561 named ASL operator that opens a new scope -- Scope, Device, 10163 Device 13548 Buffer, in addition to the scoping object types (Device, 13597 object type that actually opens a scope -- such as a Device, 13632 object type that actually opens a scope -- such as a Device, [all …]
|