Home
last modified time | relevance | path

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

/drivers/of/
Dproperty.c219 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument
224 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
230 if (!sz_max) in of_property_read_variable_u8_array()
269 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument
274 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
280 if (!sz_max) in of_property_read_variable_u16_array()
316 size_t sz_min, size_t sz_max) in of_property_read_variable_u32_array() argument
321 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array()
327 if (!sz_max) in of_property_read_variable_u32_array()
394 size_t sz_min, size_t sz_max) in of_property_read_variable_u64_array() argument
[all …]