Home
last modified time | relevance | path

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

/linux/drivers/of/
A Dproperty.c221 (sz_min * sizeof(*out_values)), in of_property_read_variable_u8_array()
222 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
231 sz /= sizeof(*out_values); in of_property_read_variable_u8_array()
235 *out_values++ = *val++; in of_property_read_variable_u8_array()
271 (sz_min * sizeof(*out_values)), in of_property_read_variable_u16_array()
272 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
281 sz /= sizeof(*out_values); in of_property_read_variable_u16_array()
318 (sz_min * sizeof(*out_values)), in of_property_read_variable_u32_array()
319 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array()
328 sz /= sizeof(*out_values); in of_property_read_variable_u32_array()
[all …]
/linux/include/linux/
A Dof.h320 const char *propname, u8 *out_values,
323 const char *propname, u16 *out_values,
327 u32 *out_values,
334 u64 *out_values,
678 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
693 u32 *out_values, in of_property_read_variable_u32_array() argument
708 u64 *out_values, in of_property_read_variable_u64_array() argument
1296 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
1328 u16 *out_values, size_t sz) in of_property_read_u16_array() argument
1358 u32 *out_values, size_t sz) in of_property_read_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.h397 u8 method_count, u8 *out_values);
/linux/fs/xfs/scrub/
A Dattr_repair.c1581 goto out_values; in xrep_xattr_setup_scan()
1602 out_values: in xrep_xattr_setup_scan()

Completed in 16 milliseconds