Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/of/
Dproperty.c208 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
213 (sz_min * sizeof(*out_values)), in of_property_read_variable_u8_array()
214 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
223 sz /= sizeof(*out_values); in of_property_read_variable_u8_array()
227 *out_values++ = *val++; in of_property_read_variable_u8_array()
256 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() argument
261 (sz_min * sizeof(*out_values)), in of_property_read_variable_u16_array()
262 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
271 sz /= sizeof(*out_values); in of_property_read_variable_u16_array()
275 *out_values++ = be16_to_cpup(val++); in of_property_read_variable_u16_array()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dof.h316 const char *propname, u8 *out_values,
319 const char *propname, u16 *out_values,
323 u32 *out_values,
330 u64 *out_values,
438 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
440 int ret = of_property_read_variable_u8_array(np, propname, out_values, in of_property_read_u8_array()
468 u16 *out_values, size_t sz) in of_property_read_u16_array() argument
470 int ret = of_property_read_variable_u16_array(np, propname, out_values, in of_property_read_u16_array()
496 u32 *out_values, size_t sz) in of_property_read_u32_array() argument
498 int ret = of_property_read_variable_u32_array(np, propname, out_values, in of_property_read_u32_array()
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
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()
Dacutils.h381 u8 method_count, u8 *out_values);