Lines Matching defs:node
61 struct acpi_namespace_node *node =
114 if (!acpi_ev_is_notify_object(node)) {
121 obj_desc = acpi_ns_get_attached_object(node);
126 obj_desc = acpi_ut_create_internal_object(node->type);
134 status = acpi_ns_attach_object(device, obj_desc, node->type);
165 handler_obj->notify.node = node;
214 struct acpi_namespace_node *node =
268 if (!acpi_ev_is_notify_object(node)) {
274 obj_desc = acpi_ns_get_attached_object(node);
699 * PARAMETERS: gpe_device - Namespace node for the GPE (NULL for FADT
825 * PARAMETERS: gpe_device - Namespace node for the GPE (NULL for FADT
860 * PARAMETERS: gpe_device - Namespace node for the GPE (NULL for FADT
894 * PARAMETERS: gpe_device - Namespace node for the GPE (NULL for FADT
958 /* Restore Method node (if any), set dispatch flags */