Searched refs:out_strs (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/of/ |
A D | property.c | 504 const char *propname, const char **out_strs, in of_property_read_string_helper() argument 518 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper() 522 if (out_strs && i >= skip) in of_property_read_string_helper() 523 *out_strs++ = p; in of_property_read_string_helper()
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 353 const char **out_strs, size_t sz, int index); 713 const char **out_strs, size_t sz, int index) in of_property_read_string_helper() argument 1137 const char *propname, const char **out_strs, in of_property_read_string_array() argument 1140 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array()
|
Completed in 10 milliseconds