Lines Matching defs:Node
64 * PARAMETERS: Node - Node to check
76 ACPI_NAMESPACE_NODE *Node)
79 switch (Node->Type)
100 * PARAMETERS: Node - NS node for the notified object
112 ACPI_NAMESPACE_NODE *Node,
127 if (!AcpiEvIsNotifyObject (Node))
143 /* Get the notify object attached to the namespace Node */
145 ObjDesc = AcpiNsGetAttachedObject (Node);
161 AcpiUtGetNodeName (Node), NotifyValue, Node));
176 Info->Notify.Node = Node;
183 "Dispatching Notify on [%4.4s] (%s) Value 0x%2.2X (%s) Node %p\n",
184 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type),
185 NotifyValue, AcpiUtGetNotifyName (NotifyValue, ACPI_TYPE_ANY), Node));
226 Info->Notify.Global->Handler (Info->Notify.Node,
236 HandlerObj->Notify.Handler (Info->Notify.Node,