Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 11 of 11) sorted by relevance

/u-boot/drivers/i2c/muxes/
A Di2c-mux-uclass.c67 char *full_name; in i2c_mux_post_bind() local
78 full_name = calloc(1, parent_name_len + arrow_len + in i2c_mux_post_bind()
80 if (!full_name) in i2c_mux_post_bind()
84 strcat(full_name, mux->parent->name); in i2c_mux_post_bind()
85 strcat(full_name, arrow); in i2c_mux_post_bind()
86 strcat(full_name, mux->name); in i2c_mux_post_bind()
87 strcat(full_name, arrow); in i2c_mux_post_bind()
88 strcat(full_name, name); in i2c_mux_post_bind()
91 full_name, node, &dev); in i2c_mux_post_bind()
/u-boot/boot/
A Dimage-sig.c55 struct checksum_algo *image_get_checksum_algo(const char *full_name) in image_get_checksum_algo() argument
77 if (!strncmp(name, full_name, strlen(name)) && in image_get_checksum_algo()
78 full_name[strlen(name)] == ',') in image_get_checksum_algo()
85 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo() argument
105 name = strchr(full_name, ','); in image_get_crypto_algo()
A Dimage-cipher.c55 struct cipher_algo *image_get_cipher_algo(const char *full_name) in image_get_cipher_algo() argument
62 if (!strncmp(name, full_name, strlen(name))) in image_get_cipher_algo()
/u-boot/tools/
A Dimage-sig-host.c92 struct checksum_algo *image_get_checksum_algo(const char *full_name) in image_get_checksum_algo() argument
100 if (!strncmp(name, full_name, strlen(name)) && in image_get_checksum_algo()
101 full_name[strlen(name)] == ',') in image_get_checksum_algo()
108 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo() argument
114 name = strchr(full_name, ','); in image_get_crypto_algo()
/u-boot/drivers/core/
A Dof_access.c334 const char *name = strrchr(child->full_name, '/'); in __of_find_node_by_path()
701 np->full_name); in __of_parse_phandle_with_args()
709 np->full_name, cells_name, in __of_parse_phandle_with_args()
710 node->full_name); in __of_parse_phandle_with_args()
723 np->full_name); in __of_parse_phandle_with_args()
974 char *new_name, *full_name; in of_add_subnode() local
1008 full_name = calloc(1, parent_fnl + 1 + len + 1); in of_add_subnode()
1009 if (!full_name) { in of_add_subnode()
1016 strcpy(full_name, parent->full_name); /* "" for root node */ in of_add_subnode()
1017 full_name[parent_fnl] = '/'; in of_add_subnode()
[all …]
A Dof_addr.c419 r->name = name ? name : dev->full_name; in __of_address_to_resource()
A Dofnode.c562 if (strlen(node.np->full_name) >= buflen) in ofnode_get_path()
565 strcpy(buf, node.np->full_name); in ofnode_get_path()
/u-boot/include/dm/
A Dof.h58 const char *full_name; member
112 return np ? np->full_name : "<no-node>"; in of_node_full_name()
/u-boot/lib/
A Dof_live.c104 np->full_name = fn; in unflatten_dt_node()
108 strcpy(fn, dad->full_name); in unflatten_dt_node()
/u-boot/include/
A Dimage.h1537 struct checksum_algo *image_get_checksum_algo(const char *full_name);
1545 struct crypto_algo *image_get_crypto_algo(const char *full_name);
1736 struct cipher_algo *image_get_cipher_algo(const char *full_name);
/u-boot/test/dm/
A Dofnode.c993 ut_asserteq_str("/lcd/ed", child->full_name); in dm_test_ofnode_add_subnode()

Completed in 27 milliseconds