Lines Matching defs:node
666 * PARAMETERS: gpe_device - Namespace node for the GPE Block
859 struct acpi_namespace_node *node;
873 node = acpi_ns_validate_handle(gpe_device);
874 if (!node) {
881 if (node->type != ACPI_TYPE_DEVICE) {
886 if (node->object) {
895 status = acpi_ev_create_gpe_block(node, gpe_block_address->address,
903 /* Install block in the device_object attached to the node */
905 obj_desc = acpi_ns_get_attached_object(node);
919 acpi_ns_attach_object(node, obj_desc, ACPI_TYPE_DEVICE);
956 struct acpi_namespace_node *node;
969 node = acpi_ns_validate_handle(gpe_device);
970 if (!node) {
977 if (node->type != ACPI_TYPE_DEVICE) {
982 /* Get the device_object attached to the node */
984 obj_desc = acpi_ns_get_attached_object(node);