Home
last modified time | relevance | path

Searched refs:ofnode_get_chosen_prop (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/dm/
Dofnode.h484 const char *ofnode_get_chosen_prop(const char *propname);
/external/u-boot/drivers/core/
Dofnode.c374 const char *ofnode_get_chosen_prop(const char *name) in ofnode_get_chosen_prop() function
387 prop = ofnode_get_chosen_prop(name); in ofnode_get_chosen_node()