Searched refs:out_values (Results 1 – 4 of 4) sorted by relevance
| /drivers/of/ |
| A D | property.c | 280 (sz_min * sizeof(*out_values)), in of_property_read_variable_u8_array() 281 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array() 290 sz /= sizeof(*out_values); in of_property_read_variable_u8_array() 294 *out_values++ = *val++; in of_property_read_variable_u8_array() 330 (sz_min * sizeof(*out_values)), in of_property_read_variable_u16_array() 331 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array() 340 sz /= sizeof(*out_values); in of_property_read_variable_u16_array() 377 (sz_min * sizeof(*out_values)), in of_property_read_variable_u32_array() 378 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array() 387 sz /= sizeof(*out_values); in of_property_read_variable_u32_array() [all …]
|
| /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 | 397 u8 method_count, u8 *out_values);
|
| /drivers/iio/adc/ |
| A D | ti-ads7138.c | 159 u8 *out_values, u8 length) in ads7138_i2c_read_block() argument 173 .buf = out_values, in ads7138_i2c_read_block()
|
Completed in 14 milliseconds