Lines Matching refs:Notify
176 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest()
177 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()
178 Info->Notify.HandlerListId = HandlerListId; in AcpiEvQueueNotifyRequest()
179 Info->Notify.HandlerListHead = HandlerListHead; in AcpiEvQueueNotifyRequest()
180 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; 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()
240 HandlerObj = HandlerObj->Notify.Next[Info->Notify.HandlerListId]; in AcpiEvNotifyDispatch()