Searched refs:get_node_by_path (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | livetree.c | 512 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 D | dtc.h | 262 struct node *get_node_by_path(struct node *tree, const char *path);
|
| H A D | checks.c | 739 if (!prop->val.val || !get_node_by_path(dti->dt, prop->val.val)) { in check_alias_paths() 1336 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | livetree.c | 492 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path() function 511 return get_node_by_path(child, p+1); in get_node_by_path() 565 return get_node_by_path(tree, ref); in get_node_by_ref() 606 cpus = get_node_by_path(tree, "/cpus"); in guess_boot_cpuid()
|
| H A D | dtc.h | 226 struct node *get_node_by_path(struct node *tree, const char *path);
|
| H A D | checks.c | 947 chosen = get_node_by_path(dt, "/chosen"); in check_obsolete_chosen_interrupt_controller()
|