Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/include/linux/
Dof.h321 const char *propname, u8 *out_values,
324 const char *propname, u16 *out_values,
328 u32 *out_values,
335 u64 *out_values,
670 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
677 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() argument
685 u32 *out_values, in of_property_read_variable_u32_array() argument
700 u64 *out_values, in of_property_read_variable_u64_array() argument
1264 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
1266 int ret = of_property_read_variable_u8_array(np, propname, out_values, in of_property_read_u8_array()
[all …]
/linux-6.6.21/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.h397 u8 method_count, u8 *out_values);