Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h367 static inline int of_property_count_strings(const struct device_node *np, in of_property_count_strings() function
/rk3399_rockchip-uboot/drivers/core/
H A Dofnode.c324 return of_property_count_strings(ofnode_to_np(node), property); in ofnode_read_string_count()