Lines Matching defs:Node
210 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device);
270 if (!AcpiEvIsNotifyObject (Node))
278 ObjDesc = AcpiNsGetAttachedObject (Node);
283 ObjDesc = AcpiUtCreateInternalObject (Node->Type);
290 /* Attach new object to the Node, remove local reference */
292 Status = AcpiNsAttachObject (Device, ObjDesc, Node->Type);
329 HandlerObj->Notify.Node = Node;
386 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device);
445 if (!AcpiEvIsNotifyObject (Node))
452 ObjDesc = AcpiNsGetAttachedObject (Node);
950 * PARAMETERS: GpeDevice - Namespace node for the GPE (NULL for FADT
1085 * PARAMETERS: GpeDevice - Namespace node for the GPE (NULL for FADT
1126 * PARAMETERS: GpeDevice - Namespace node for the GPE (NULL for FADT
1167 * PARAMETERS: GpeDevice - Namespace node for the GPE (NULL for FADT
1241 /* Restore Method node (if any), set dispatch flags */