Home
last modified time | relevance | path

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

/linux-6.15/drivers/of/
H A Dproperty.c566 const char *propname, const char **out_strs, in of_property_read_string_helper() argument
580 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
584 if (out_strs && i >= skip) in of_property_read_string_helper()
585 *out_strs++ = p; in of_property_read_string_helper()
/linux-6.15/include/linux/
H A Dof.h355 const char **out_strs, size_t sz, int index);
758 const char **out_strs, size_t sz, int index) in of_property_read_string_helper() argument
1211 const char *propname, const char **out_strs, in of_property_read_string_array() argument
1214 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array()