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