Searched refs:sz_max (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/of/ |
| H A D | property.c | 310 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument 315 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array() 321 if (!sz_max) in of_property_read_variable_u8_array() 360 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument 365 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array() 371 if (!sz_max) in of_property_read_variable_u16_array() 407 size_t sz_min, size_t sz_max) in of_property_read_variable_u32_array() argument 412 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array() 418 if (!sz_max) in of_property_read_variable_u32_array() 485 size_t sz_min, size_t sz_max) in of_property_read_variable_u64_array() argument [all …]
|
| /linux/include/linux/ |
| H A D | of.h | 333 size_t sz_min, size_t sz_max); 336 size_t sz_min, size_t sz_max); 341 size_t sz_max); 348 size_t sz_max); 736 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument 743 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument 752 size_t sz_max) in of_property_read_variable_u32_array() argument 767 size_t sz_max) in of_property_read_variable_u64_array() argument
|
| /linux/arch/mips/include/asm/ |
| H A D | bootinfo.h | 96 extern void detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max);
|