Home
last modified time | relevance | path

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

/u-boot/include/dm/
A Dof_access.h344 const char *propname, const char **out_strs,
/u-boot/drivers/core/
A Dof_access.c590 const char *propname, const char **out_strs, in of_property_read_string_helper() argument
604 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
608 if (out_strs && i >= skip) in of_property_read_string_helper()
609 *out_strs++ = p; in of_property_read_string_helper()

Completed in 7 milliseconds