Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 25) sorted by relevance

/third_party/lib/acpica/source/tools/acpiexec/
A Daehandlers.c54 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 Daetables.h304 Device (OEM1)
308 Device (OEM2)
373 Device (DEV0)
378 Device (\GPE2)
/third_party/lib/acpica/source/components/events/
A Devxfregn.c80 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 Devxface.c97 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 Devxfgpe.c959 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 Devgpe.c346 !ObjDesc->Device.GpeBlock) in AcpiEvGetGpeEventInfo()
351 return (AcpiEvLowGetGpeInfo (GpeNumber, ObjDesc->Device.GpeBlock)); in AcpiEvGetGpeEventInfo()
A Devrgnini.c335 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup()
/third_party/lib/acpica/source/components/hardware/
A Dhwpci.c66 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 Dacpixf.h773 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 Dactypes.h1109 ACPI_HANDLE Device,
1128 ACPI_HANDLE Device,
1306 UINT16 Device; member
A Dacobject.h521 ACPI_OBJECT_DEVICE Device; member
A Dactbl2.h523 UINT8 Device; member
1421 UINT8 Device; member
A Dactbl1.h529 UINT16 Device; member
/third_party/lib/acpica/tests/misc/
A Dbadcode.asl130 Device (H1)
134 Device (H2)
138 Device (H3)
142 Device (H4)
146 Device (H5)
150 Device (H6)
203 Device (EC)
A Dgrammar.asl120 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 Ddbstats.c233 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 Dexamples.c84 ACPI_HANDLE Device,
347 ACPI_HANDLE Device, in NotifyHandler() argument
/third_party/lib/acpica/source/components/utilities/
A Dutdelete.c156 if (Object->Device.GpeBlock) in AcpiUtDeleteInternalObj()
158 (void) AcpiEvDeleteGpeBlock (Object->Device.GpeBlock); in AcpiUtDeleteInternalObj()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosfuchsia.cpp1096 …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 Dexregion.c422 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device, in AcpiExPciConfigSpaceHandler()
A Dexdump.c132 {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 Dnseval.c457 ParentNode->Object->Device.Handler; in AcpiNsExecModuleCode()
/third_party/lib/acpica/source/include/acpica/platform/
A Dacefiex.h572 EFI_HANDLE *Device);
/third_party/lib/acpica/source/common/
A Ddmtbinfo.c1236 {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 Dchanges.txt83 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 …]

Completed in 84 milliseconds