Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Dof_access.c499 const char *propname, const char **out_strs, in of_property_read_string_helper() argument
513 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
517 if (out_strs && i >= skip) in of_property_read_string_helper()
518 *out_strs++ = p; in of_property_read_string_helper()
/external/u-boot/include/dm/
Dof_access.h253 const char *propname, const char **out_strs,