Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof.h307 const char **out_strs, size_t sz, int index);
550 const char **out_strs, size_t sz, int index) in of_property_read_string_helper() argument
777 const char *propname, const char **out_strs, in of_property_read_string_array() argument
780 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array()
/linux-4.4.14/drivers/of/
Dbase.c1408 const char **out_strs, size_t sz, int skip) in of_property_read_string_helper() argument
1421 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
1425 if (out_strs && i >= skip) in of_property_read_string_helper()
1426 *out_strs++ = p; in of_property_read_string_helper()