HomeSort by relevance Sort by last modified time
    Searched refs:of_property_read_string_helper (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/dm/
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);
297 return of_property_read_string_helper(np, propname, NULL, 0, 0);
  /external/u-boot/drivers/core/
of_access.c 488 * of_property_read_string_helper() - Utility helper for parsing string properties
498 int of_property_read_string_helper(const struct device_node *np, function

Completed in 171 milliseconds