Home
last modified time | relevance | path

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

/external/u-boot/include/dm/
Dof_access.h252 int of_property_read_string_helper(const struct device_node *np,
278 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
297 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings()
/external/u-boot/drivers/core/
Dof_access.c498 int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function