Searched refs:of_property_read_string_helper (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/dm/ |
D | of_access.h | 252 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/ |
D | of_access.c | 498 int of_property_read_string_helper(const struct device_node *np, in of_property_read_string_helper() function
|