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

/u-boot/include/dm/
H A Dof_access.h404 int of_property_read_string_helper(const struct device_node *np,
432 int rc = of_property_read_string_helper(np, propname, output, 1, index);
453 return of_property_read_string_helper(np, propname, NULL, 0, 0);
/u-boot/drivers/core/
H A Dof_access.c632 * of_property_read_string_helper() - Utility helper for parsing string properties
643 int of_property_read_string_helper(const struct device_node *np, function

Completed in 40 milliseconds