Searched refs:sz_max (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/of/ |
D | property.c | 185 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument 190 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array() 196 if (!sz_max) in of_property_read_variable_u8_array() 233 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument 238 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array() 244 if (!sz_max) in of_property_read_variable_u16_array() 278 size_t sz_min, size_t sz_max) in of_property_read_variable_u32_array() argument 283 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array() 289 if (!sz_max) in of_property_read_variable_u32_array() 352 size_t sz_min, size_t sz_max) in of_property_read_variable_u64_array() argument [all …]
|
/linux-4.19.296/include/linux/ |
D | of.h | 325 size_t sz_min, size_t sz_max); 328 size_t sz_min, size_t sz_max); 333 size_t sz_max); 340 size_t sz_max); 774 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument 781 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument 790 size_t sz_max) in of_property_read_variable_u32_array() argument 805 size_t sz_max) in of_property_read_variable_u64_array() argument
|