Home
last modified time | relevance | path

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

/linux-6.15/drivers/of/
H A Dproperty.c280 (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 …]
/linux-6.15/include/linux/
H A Dof.h329 const char *propname, u8 *out_values,
332 const char *propname, u16 *out_values,
336 u32 *out_values,
343 u64 *out_values,
705 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
720 u32 *out_values, in of_property_read_variable_u32_array() argument
735 u64 *out_values, in of_property_read_variable_u64_array() argument
1301 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
1333 u16 *out_values, size_t sz) in of_property_read_u16_array() argument
1363 u32 *out_values, size_t sz) in of_property_read_u32_array() argument
[all …]
/linux-6.15/drivers/acpi/acpica/
H 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()
H A Dacutils.h397 u8 method_count, u8 *out_values);
/linux-6.15/drivers/iio/adc/
H A Dti-ads7138.c159 u8 *out_values, u8 length) in ads7138_i2c_read_block() argument
173 .buf = out_values, in ads7138_i2c_read_block()
/linux-6.15/fs/xfs/scrub/
H A Dattr_repair.c1581 goto out_values; in xrep_xattr_setup_scan()
1602 out_values: in xrep_xattr_setup_scan()