Home
last modified time | relevance | path

Searched refs:sz_max (Results 1 – 1 of 1) sorted by relevance

/drivers/of/
Dbase.c1235 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument
1240 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
1246 if (!sz_max) in of_property_read_variable_u8_array()
1283 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument
1288 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
1294 if (!sz_max) in of_property_read_variable_u16_array()
1328 size_t sz_min, size_t sz_max) in of_property_read_variable_u32_array() argument
1333 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array()
1339 if (!sz_max) in of_property_read_variable_u32_array()
1402 size_t sz_min, size_t sz_max) in of_property_read_variable_u64_array() argument
[all …]