Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 15 of 15) sorted by relevance

/third_party/lib/acpica/source/components/events/
A Devmisc.c176 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest()
177 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()
224 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch()
226 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
227 Info->Notify.Value, in AcpiEvNotifyDispatch()
228 Info->Notify.Global->Context); in AcpiEvNotifyDispatch()
233 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch()
236 HandlerObj->Notify.Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
237 Info->Notify.Value, in AcpiEvNotifyDispatch()
238 HandlerObj->Notify.Context); in AcpiEvNotifyDispatch()
[all …]
A Devgpeutil.c345 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiEvDeleteGpeHandlers() local
381 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
382 while (Notify) in AcpiEvDeleteGpeHandlers()
384 Next = Notify->Next; in AcpiEvDeleteGpeHandlers()
385 ACPI_FREE (Notify); in AcpiEvDeleteGpeHandlers()
386 Notify = Next; in AcpiEvDeleteGpeHandlers()
A Devxface.c201 if (HandlerObj->Notify.Handler == Handler) in AcpiInstallNotifyHandler()
207 HandlerObj = HandlerObj->Notify.Next[i]; in AcpiInstallNotifyHandler()
221 HandlerObj->Notify.Node = Node; in AcpiInstallNotifyHandler()
222 HandlerObj->Notify.HandlerType = HandlerType; in AcpiInstallNotifyHandler()
223 HandlerObj->Notify.Handler = Handler; in AcpiInstallNotifyHandler()
224 HandlerObj->Notify.Context = Context; in AcpiInstallNotifyHandler()
232 HandlerObj->Notify.Next[i] = in AcpiInstallNotifyHandler()
371 HandlerObj = HandlerObj->Notify.Next[i]; in ACPI_EXPORT_SYMBOL()
384 PreviousHandlerObj->Notify.Next[i] = in ACPI_EXPORT_SYMBOL()
385 HandlerObj->Notify.Next[i]; in ACPI_EXPORT_SYMBOL()
[all …]
A Devgpe.c566 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiEvAsynchExecuteGpeMethod() local
588 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
589 while (ACPI_SUCCESS (Status) && Notify) in AcpiEvAsynchExecuteGpeMethod()
592 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE); in AcpiEvAsynchExecuteGpeMethod()
594 Notify = Notify->Next; in AcpiEvAsynchExecuteGpeMethod()
A Devxfgpe.c377 ACPI_GPE_NOTIFY_INFO *Notify; in ACPI_EXPORT_SYMBOL() local
462 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
463 while (Notify) in ACPI_EXPORT_SYMBOL()
465 if (Notify->DeviceNode == DeviceNode) in ACPI_EXPORT_SYMBOL()
470 Notify = Notify->Next; in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/debugger/
A Ddbdisply.c827 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiDbDisplayGpes() local
971 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
972 while (Notify) in AcpiDbDisplayGpes()
975 Notify = Notify->Next; in AcpiDbDisplayGpes()
/third_party/lib/acpica/source/components/executer/
A Dexdump.c267 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Notify.Node), "Node"},
268 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},
269 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Handler), "Handler"},
270 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Context), "Context"},
271 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Next[0]), "Next System Notify"},
272 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Next[1]), "Next Device Notify"}
/third_party/lib/acpica/source/include/acpica/
A Dacobject.h530 ACPI_OBJECT_NOTIFY_HANDLER Notify; member
A Dactbl1.h626 ACPI_HEST_NOTIFY Notify; member
694 ACPI_HEST_NOTIFY Notify; member
A Daclocal.h827 ACPI_NOTIFY_INFO Notify; member
/third_party/lib/acpica/source/components/utilities/
A Dutdelete.c575 NextObject = PrevObject->Notify.Next[i]; in AcpiUtUpdateObjectReference()
/third_party/lib/acpica/source/tools/examples/
A Dextables.c487 Notify (\, Zero)
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl944 Notify (\DEV1, 0)
945 Notify (\THM1, 0)
946 Notify (\_PR.CPU0, 0)
983 Notify (DEV1, Arg0)
2795 Notify (\PRW1, 2)
9327 Notify (\_SB_, 0x29)
9344 Notify (\_SB_, 1)
9345 Notify (\_TZ_.TZ1, 2)
9346 Notify (\_PR_.CPU0, 3)
9348 Notify (\_SB_, 0x81)
[all …]
/third_party/lib/acpica/source/common/
A Ddmtbinfo.c1279 {ACPI_DMT_HESTNTFY, ACPI_HEST1_OFFSET (Notify), "Notify", 0},
1340 {ACPI_DMT_HESTNTFY, ACPI_HEST9_OFFSET (Notify), "Notify", 0},
/third_party/lib/acpica/
A Dchanges.txt106 Notify
4615 GPE Notify". This feature will automatically issue a Notify(2) on a
7201 Notify
7202 values (ACPI 2.0+) and improved the Notify debug output. Notify on
7262 Implemented another MS compatibility design change for GPE/Notify
7582 Notify
7691 Notify
8402 - Possible memory leak, Notify sub-objects of Processor, Power,
12054 Updated Notify() values for debug statements in evmisc.c
14607 Implemented support to allow a "Notify" on a Processor object.
[all …]

Completed in 683 milliseconds