Lines Matching refs:sz
1189 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() argument
1192 (sz * sizeof(*out_values))); in of_property_read_u8_array()
1197 while (sz--) in of_property_read_u8_array()
1222 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() argument
1225 (sz * sizeof(*out_values))); in of_property_read_u16_array()
1230 while (sz--) in of_property_read_u16_array()
1254 size_t sz) in of_property_read_u32_array() argument
1257 (sz * sizeof(*out_values))); in of_property_read_u32_array()
1262 while (sz--) in of_property_read_u32_array()
1313 size_t sz) in of_property_read_u64_array() argument
1316 (sz * sizeof(*out_values))); in of_property_read_u64_array()
1321 while (sz--) { in of_property_read_u64_array()
1408 const char **out_strs, size_t sz, int skip) in of_property_read_string_helper() argument
1421 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()