Lines Matching defs:Node
172 * PARAMETERS: Node - Node to check
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);
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,