Home
last modified time | relevance | path

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

/linux/drivers/of/
A Dproperty.c223 (sz_min * sizeof(*out_values)), in of_property_read_variable_u8_array()
224 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
233 sz /= sizeof(*out_values); in of_property_read_variable_u8_array()
237 *out_values++ = *val++; in of_property_read_variable_u8_array()
273 (sz_min * sizeof(*out_values)), in of_property_read_variable_u16_array()
274 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
283 sz /= sizeof(*out_values); in of_property_read_variable_u16_array()
320 (sz_min * sizeof(*out_values)), in of_property_read_variable_u32_array()
321 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array()
330 sz /= sizeof(*out_values); in of_property_read_variable_u32_array()
[all …]
/linux/include/linux/
A Dof.h316 const char *propname, u8 *out_values,
323 u32 *out_values,
330 u64 *out_values,
441 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
473 u16 *out_values, size_t sz) in of_property_read_u16_array() argument
503 u32 *out_values, size_t sz) in of_property_read_u32_array() argument
533 u64 *out_values, size_t sz) in of_property_read_u64_array() argument
751 u32 *out_values, size_t sz) in of_property_read_u32_array() argument
758 u64 *out_values, size_t sz) in of_property_read_u64_array() argument
825 u32 *out_values, in of_property_read_variable_u32_array() argument
[all …]
/linux/drivers/acpi/acpica/
A Duteval.c274 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 Dacutils.h382 u8 method_count, u8 *out_values);

Completed in 10 milliseconds