Home
last modified time | relevance | path

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

/external/u-boot/include/dm/
Dof_access.h294 static inline int of_property_count_strings(const struct device_node *np, in of_property_count_strings() function
/external/u-boot/drivers/core/
Dofnode.c298 return of_property_count_strings(ofnode_to_np(node), property); in ofnode_read_string_count()