Searched refs:out_strs (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 546 const char *propname, const char **out_strs, in of_property_read_string_helper() argument 560 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper() 564 if (out_strs && i >= skip) in of_property_read_string_helper() 565 *out_strs++ = p; in of_property_read_string_helper()
|
/openbmc/u-boot/include/dm/ |
H A D | of_access.h | 285 const char *propname, const char **out_strs,
|
/openbmc/linux/drivers/of/ |
H 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()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 349 const char **out_strs, size_t sz, int index); 725 const char **out_strs, size_t sz, int index) in of_property_read_string_helper() argument 1160 const char *propname, const char **out_strs, in of_property_read_string_array() argument 1163 return of_property_read_string_helper(np, propname, out_strs, sz, 0); in of_property_read_string_array()
|