Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h325 int of_property_read_string_helper(const struct device_node *np,
351 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
370 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings()
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c587 int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function