Home | History | Annotate | Download | only in events

Lines Matching refs:Node

172  * PARAMETERS:  Node            - Node to check
176 * DESCRIPTION: Check type of node for a object that supports notifies.
178 * TBD: This could be replaced by a flag bit in the node.
184 ACPI_NAMESPACE_NODE *Node)
187 switch (Node->Type)
208 * PARAMETERS: Node - NS node for the notified object
220 ACPI_NAMESPACE_NODE *Node,
235 if (!AcpiEvIsNotifyObject (Node))
251 /* Get the notify object attached to the namespace Node */
253 ObjDesc = AcpiNsGetAttachedObject (Node);
268 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n",
269 AcpiUtGetNodeName (Node), NotifyValue, Node));
284 Info->Notify.Node = Node;
291 "Dispatching Notify on [%4.4s] (%s) Value 0x%2.2X (%s) Node %p\n",
292 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type),
293 NotifyValue, AcpiUtGetNotifyName (NotifyValue, ACPI_TYPE_ANY), Node));
334 Info->Notify.Global->Handler (Info->Notify.Node,
344 HandlerObj->Notify.Handler (Info->Notify.Node,