Home
last modified time | relevance | path

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

/drivers/of/
Dbase.c1507 const char *propname, const char **out_strs, in of_property_read_string_helper() argument
1521 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
1525 if (out_strs && i >= skip) in of_property_read_string_helper()
1526 *out_strs++ = p; in of_property_read_string_helper()