Home
last modified time | relevance | path

Searched refs:subnode_name (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/core/
Dread.c67 ofnode dev_read_subnode(struct udevice *dev, const char *subnode_name) in dev_read_subnode() argument
69 return ofnode_find_subnode(dev_ofnode(dev), subnode_name); in dev_read_subnode()
Dofnode.c137 ofnode ofnode_find_subnode(ofnode node, const char *subnode_name) in ofnode_find_subnode() argument
142 debug("%s: %s: ", __func__, subnode_name); in ofnode_find_subnode()
148 if (!strcmp(subnode_name, np->name)) in ofnode_find_subnode()
154 ofnode_to_offset(node), subnode_name); in ofnode_find_subnode()
/third_party/uboot/u-boot-2020.01/include/dm/
Dofnode.h304 ofnode ofnode_find_subnode(ofnode node, const char *subnode_name);