out_strs          457 drivers/of/property.c 				   const char *propname, const char **out_strs,
out_strs          471 drivers/of/property.c 	for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) {
out_strs          475 drivers/of/property.c 		if (out_strs && i >= skip)
out_strs          476 drivers/of/property.c 			*out_strs++ = p;
out_strs          342 include/linux/of.h 					      const char **out_strs, size_t sz, int index);
out_strs          832 include/linux/of.h 						 const char **out_strs, size_t sz, int index)
out_strs         1116 include/linux/of.h 						const char *propname, const char **out_strs,
out_strs         1119 include/linux/of.h 	return of_property_read_string_helper(np, propname, out_strs, sz, 0);