Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/of/
Dproperty.c219 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
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()
269 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() argument
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()
288 *out_values++ = be16_to_cpup(val++); in of_property_read_variable_u16_array()
[all …]
/linux-6.1.9/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,
649 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
656 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() argument
664 u32 *out_values, in of_property_read_variable_u32_array() argument
679 u64 *out_values, in of_property_read_variable_u64_array() argument
1192 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
1194 int ret = of_property_read_variable_u8_array(np, propname, out_values, in of_property_read_u8_array()
[all …]
/linux-6.1.9/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.h382 u8 method_count, u8 *out_values);