Lines Matching refs:this_node
293 struct acpi_namespace_node *this_node = NULL;
362 this_node = acpi_gbl_root_node;
386 this_node = acpi_gbl_root_node;
395 this_node));
408 this_node = prefix_node;
425 this_node = this_node->parent;
426 if (!this_node) {
451 (this_node), num_carats));
475 type = this_node->type;
540 current_node = this_node;
593 &this_node);
613 (this_node->flags & ANOBJ_NODE_EARLY_INIT)) {
614 this_node->flags &= ~ANOBJ_NODE_EARLY_INIT;
630 ((this_node->flags & ANOBJ_IS_EXTERNAL) ||
633 this_node->flags &= ~ANOBJ_IS_EXTERNAL;
634 this_node->type = (u8)this_search_type;
637 (this_node);
643 *return_node = this_node;
656 if (this_node->type == ACPI_TYPE_LOCAL_ALIAS) {
657 if (!this_node->object) {
663 this_node->object)->type)) {
664 this_node =
666 this_node->object;
691 && (this_node->type != ACPI_TYPE_ANY)
692 && (this_node->type != type_to_check_for)) {
699 acpi_ut_get_type_name(this_node->
711 type = this_node->type;
718 current_node = this_node;
730 acpi_ds_scope_stack_push(this_node, type,
739 this_node->flags |= ANOBJ_NODE_EARLY_INIT;
743 *return_node = this_node;