Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c588 const char *propname, const char **out_strs, in of_property_read_string_helper() argument
602 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
606 if (out_strs && i >= skip) in of_property_read_string_helper()
607 *out_strs++ = p; in of_property_read_string_helper()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dproperty.c482 const char *propname, const char **out_strs, in of_property_read_string_helper() argument
496 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
500 if (out_strs && i >= skip) in of_property_read_string_helper()
501 *out_strs++ = p; in of_property_read_string_helper()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dof_access.h326 const char *propname, const char **out_strs,
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h342 const char **out_strs, size_t sz, int index);
847 const char **out_strs, size_t sz, int index) in of_property_read_string_helper() argument
1146 const char *propname, const char **out_strs, in of_property_read_string_array() argument
1149 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array()