Searched refs:NotifyList (Results 1 – 11 of 11) sorted by relevance
/acpica-latest/source/components/debugger/ |
D | dbstats.c | 341 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[0]); in AcpiDbEnumerateObject() 342 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[1]); in AcpiDbEnumerateObject() 362 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[0]); in AcpiDbEnumerateObject() 363 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[1]); in AcpiDbEnumerateObject() 368 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[0]); in AcpiDbEnumerateObject() 369 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[1]); in AcpiDbEnumerateObject() 375 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[0]); in AcpiDbEnumerateObject() 376 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[1]); in AcpiDbEnumerateObject()
|
D | dbdisply.c | 1103 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
|
/acpica-latest/source/components/executer/ |
D | exdump.c | 240 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[0]), "System Notify"}, 241 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[1]), "Device Notify"}, 291 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[0]), "System Notify"}, 292 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[1]), "Device Notify"}, 302 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"}, 303 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"}, 310 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[0]), "System Notify"}, 311 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[1]), "Device Notify"},
|
/acpica-latest/source/components/events/ |
D | evxface.c | 306 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler() 341 ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler() 343 ObjDesc->CommonNotify.NotifyList[i] = HandlerObj; in AcpiInstallNotifyHandler() 470 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in ACPI_EXPORT_SYMBOL() 497 ObjDesc->CommonNotify.NotifyList[i] = in ACPI_EXPORT_SYMBOL()
|
D | evgpeutil.c | 489 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers() 497 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
|
D | evxfgpe.c | 651 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL() 665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL() 666 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
|
D | evmisc.c | 258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
|
D | evgpe.c | 674 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
|
/acpica-latest/source/include/ |
D | acobject.h | 362 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
|
D | aclocal.h | 652 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */ member
|
/acpica-latest/source/components/utilities/ |
D | utdelete.c | 698 PrevObject = Object->CommonNotify.NotifyList[i]; in AcpiUtUpdateObjectReference()
|