Home
last modified time | relevance | path

Searched refs:NotifyList (Results 1 – 11 of 11) sorted by relevance

/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()
254 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[0]); in AcpiDbEnumerateObject()
255 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[1]); in AcpiDbEnumerateObject()
260 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[0]); in AcpiDbEnumerateObject()
261 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[1]); in AcpiDbEnumerateObject()
267 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[0]); in AcpiDbEnumerateObject()
268 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[1]); in AcpiDbEnumerateObject()
A Ddbdisply.c971 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
/third_party/lib/acpica/source/components/executer/
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"},
183 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[0]), "System Notify"},
184 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[1]), "Device Notify"},
194 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"},
195 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"},
202 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[0]), "System Notify"},
203 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[1]), "Device Notify"},
/third_party/lib/acpica/source/components/events/
A Devgpeutil.c381 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
389 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
A Devxface.c198 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler()
233 ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler()
235 ObjDesc->CommonNotify.NotifyList[i] = HandlerObj; in AcpiInstallNotifyHandler()
362 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in ACPI_EXPORT_SYMBOL()
389 ObjDesc->CommonNotify.NotifyList[i] = in ACPI_EXPORT_SYMBOL()
A Devxfgpe.c462 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
476 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
477 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
A Devmisc.c150 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
A Devgpe.c588 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
/third_party/lib/acpica/source/include/acpica/
A Dacobject.h251 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
A Daclocal.h543 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */ member
/third_party/lib/acpica/source/components/utilities/
A Dutdelete.c572 PrevObject = Object->CommonNotify.NotifyList[i]; in AcpiUtUpdateObjectReference()

Completed in 23 milliseconds