Home | History | Annotate | Download | only in events

Lines Matching defs:Node

909  * PARAMETERS:  GpeDevice           - Namespace node for the GPE Block
1131 ACPI_NAMESPACE_NODE *Node;
1151 Node = AcpiNsValidateHandle (GpeDevice);
1152 if (!Node)
1160 if (Node->Type != ACPI_TYPE_DEVICE)
1166 if (Node->Object)
1176 Status = AcpiEvCreateGpeBlock (Node, GpeBlockAddress->Address,
1184 /* Install block in the DeviceObject attached to the node */
1186 ObjDesc = AcpiNsGetAttachedObject (Node);
1200 Status = AcpiNsAttachObject (Node, ObjDesc, ACPI_TYPE_DEVICE);
1242 ACPI_NAMESPACE_NODE *Node;
1259 Node = AcpiNsValidateHandle (GpeDevice);
1260 if (!Node)
1268 if (Node->Type != ACPI_TYPE_DEVICE)
1274 /* Get the DeviceObject attached to the node */
1276 ObjDesc = AcpiNsGetAttachedObject (Node);