Searched refs:out_values (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/of/ |
A D | property.c | 224 (sz_min * sizeof(*out_values)), in of_property_read_variable_u8_array() 225 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array() 234 sz /= sizeof(*out_values); in of_property_read_variable_u8_array() 238 *out_values++ = *val++; in of_property_read_variable_u8_array() 274 (sz_min * sizeof(*out_values)), in of_property_read_variable_u16_array() 275 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array() 284 sz /= sizeof(*out_values); in of_property_read_variable_u16_array() 321 (sz_min * sizeof(*out_values)), in of_property_read_variable_u32_array() 322 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array() 331 sz /= sizeof(*out_values); in of_property_read_variable_u32_array() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 327 const char *propname, u8 *out_values, 330 const char *propname, u16 *out_values, 334 u32 *out_values, 341 u64 *out_values, 660 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument 675 u32 *out_values, in of_property_read_variable_u32_array() argument 690 u64 *out_values, in of_property_read_variable_u64_array() argument 1243 u8 *out_values, size_t sz) in of_property_read_u8_array() argument 1275 u16 *out_values, size_t sz) in of_property_read_u16_array() argument 1305 u32 *out_values, size_t sz) in of_property_read_u32_array() argument [all …]
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | uteval.c | 274 u8 method_count, u8 *out_values) in acpi_ut_execute_power_methods() argument 293 out_values[i] = (u8)obj_desc->integer.value; in acpi_ut_execute_power_methods() 302 out_values[i] = ACPI_UINT8_MAX; in acpi_ut_execute_power_methods()
|
A D | acutils.h | 395 u8 method_count, u8 *out_values);
|
Completed in 14 milliseconds