Lines Matching refs:sz
1192 const char *propname, u8 *out_values, size_t sz) in of_property_read_u8_array() argument
1195 (sz * sizeof(*out_values))); in of_property_read_u8_array()
1200 while (sz--) in of_property_read_u8_array()
1225 const char *propname, u16 *out_values, size_t sz) in of_property_read_u16_array() argument
1228 (sz * sizeof(*out_values))); in of_property_read_u16_array()
1233 while (sz--) in of_property_read_u16_array()
1257 size_t sz) in of_property_read_u32_array() argument
1260 (sz * sizeof(*out_values))); in of_property_read_u32_array()
1265 while (sz--) in of_property_read_u32_array()
1316 size_t sz) in of_property_read_u64_array() argument
1319 (sz * sizeof(*out_values))); in of_property_read_u64_array()
1324 while (sz--) { in of_property_read_u64_array()
1411 const char **out_strs, size_t sz, int skip) in of_property_read_string_helper() argument
1424 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()