Searched refs:out_strs (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.c | 588 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 D | property.c | 482 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 D | of_access.h | 326 const char *propname, const char **out_strs,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of.h | 342 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()
|