Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Dread.c34 ofnode dev_read_subnode(struct udevice *dev, const char *subnode_name) in dev_read_subnode() argument
36 return ofnode_find_subnode(dev_ofnode(dev), subnode_name); in dev_read_subnode()
Dofnode.c105 ofnode ofnode_find_subnode(ofnode node, const char *subnode_name) in ofnode_find_subnode() argument
110 debug("%s: %s: ", __func__, subnode_name); in ofnode_find_subnode()
116 if (!strcmp(subnode_name, np->name)) in ofnode_find_subnode()
122 ofnode_to_offset(node), subnode_name); in ofnode_find_subnode()
/external/u-boot/include/dm/
Dofnode.h283 ofnode ofnode_find_subnode(ofnode node, const char *subnode_name);