Searched refs:node_path (Results 1 – 7 of 7) sorted by relevance
/u-boot/common/ |
A D | image-cipher.c | 75 char node_path[128]; in fit_image_setup_decrypt() local 127 snprintf(node_path, sizeof(node_path), "/%s/key-%s-%s-%s", in fit_image_setup_decrypt() 130 snprintf(node_path, sizeof(node_path), "/%s/key-%s-%s", in fit_image_setup_decrypt() 133 noffset = fdt_path_offset(fdt, node_path); in fit_image_setup_decrypt() 142 printf("Can't get key in cipher node '%s'\n", node_path); in fit_image_setup_decrypt() 150 printf("Can't get IV in cipher node '%s'\n", node_path); in fit_image_setup_decrypt()
|
/u-boot/test/py/tests/ |
A D | vboot_evil.py | 110 node_path = path + '/' + str(prop_name) 112 if node_path == searched_node_name: 227 def change_node_name(dt_struct, dt_strings, node_path, node_name): argument 243 determine_offset(dt_struct, dt_strings, node_path)) 390 node_path = images_path + loaded_kernel 391 dt_struct = change_node_name(dt_struct, dt_strings, node_path,
|
/u-boot/arch/arm/mach-k3/include/mach/ |
A D | sys_proto.h | 17 int fdt_disable_node(void *blob, char *node_path);
|
/u-boot/arch/arm/mach-imx/mx6/ |
A D | module_fuse.c | 204 mx6_fuse_descs[i].node_path); in ft_system_setup() 217 …printf("Unable to update property %s:%s, err=%s\n", mx6_fuse_descs[i].node_path, "status", fdt_str… in ft_system_setup() 219 printf("Modify %s disabled\n", mx6_fuse_descs[i].node_path); in ft_system_setup()
|
/u-boot/arch/arm/mach-k3/ |
A D | common.c | 301 int fdt_disable_node(void *blob, char *node_path) in fdt_disable_node() argument 306 offs = fdt_path_offset(blob, node_path); in fdt_disable_node() 308 printf("Node %s not found.\n", node_path); in fdt_disable_node() 314 node_path, fdt_strerror(ret)); in fdt_disable_node()
|
/u-boot/arch/arm/include/asm/mach-imx/ |
A D | module_fuse.h | 71 const char *node_path; member
|
/u-boot/tools/binman/ |
A D | entry.py | 105 def Lookup(node_path, etype): argument 131 (etype, node_path, module_name, e))
|
Completed in 12 milliseconds