Home
last modified time | relevance | path

Searched refs:get_node_by_path (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/
H A Dlivetree.c512 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path() function
530 return get_node_by_path(child, p+1); in get_node_by_path()
587 return get_node_by_path(tree, ref); in get_node_by_ref()
628 cpus = get_node_by_path(tree, "/cpus"); in guess_boot_cpuid()
H A Ddtc.h262 struct node *get_node_by_path(struct node *tree, const char *path);
H A Dchecks.c699 if (!prop->val.val || !get_node_by_path(dti->dt, prop->val.val)) { in check_alias_paths()
1296 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dlivetree.c512 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path() function
530 return get_node_by_path(child, p+1); in get_node_by_path()
614 target = get_node_by_path(target, path); in get_node_by_ref()
655 cpus = get_node_by_path(tree, "/cpus"); in guess_boot_cpuid()
H A Ddtc.h298 struct node *get_node_by_path(struct node *tree, const char *path);
H A Dchecks.c720 if (!prop->val.val || !get_node_by_path(dti->dt, prop->val.val)) { in check_alias_paths()
1317 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()

Completed in 10 milliseconds