Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Dof_access.h281 int of_property_match_string(const struct device_node *np, const char *propname,
/openbmc/u-boot/drivers/core/
H A Dof_access.c507 int of_property_match_string(const struct device_node *np, const char *propname, in of_property_match_string() function
H A Dofnode.c296 return of_property_match_string(ofnode_to_np(node), in ofnode_stringlist_search()