Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/dm/
Dof_access.h284 int of_property_read_string_helper(const struct device_node *np,
310 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
329 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dof_access.c545 int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function