Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dproperty.c309 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
314 (sz_min * sizeof(*out_values)), in of_property_read_variable_u8_array()
315 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
324 sz /= sizeof(*out_values); in of_property_read_variable_u8_array()
328 *out_values++ = *val++; in of_property_read_variable_u8_array()
359 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() argument
364 (sz_min * sizeof(*out_values)), in of_property_read_variable_u16_array()
365 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
374 sz /= sizeof(*out_values); in of_property_read_variable_u16_array()
378 *out_values++ = be16_to_cpup(val++); in of_property_read_variable_u16_array()
[all …]
/linux/include/linux/
H A Dof.h332 const char *propname, u8 *out_values,
335 const char *propname, u16 *out_values,
339 u32 *out_values,
346 u64 *out_values,
723 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
730 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() argument
738 u32 *out_values, in of_property_read_variable_u32_array() argument
753 u64 *out_values, in of_property_read_variable_u64_array() argument
1330 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
1332 int ret = of_property_read_variable_u8_array(np, propname, out_values, in of_property_read_u8_array()
[all …]
/linux/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/tools/bpf/bpftool/
H A Dcommon.c1244 size_t num_options, char **out_values, in read_kernel_config()
1255 if (!requested_options || !out_values || num_options == 0) in read_kernel_config()
1294 out_values[i] || strcmp(buf, requested_options[i].name)) in read_kernel_config()
1297 out_values[i] = strdup(value); in read_kernel_config()
1243 read_kernel_config(const struct kernel_config_option * requested_options,size_t num_options,char ** out_values,const char * define_prefix) read_kernel_config() argument
H A Dmain.h294 size_t num_options, char **out_values,
/linux/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/fs/xfs/scrub/
H A Dattr_repair.c1575 goto out_values; in xrep_xattr_setup_scan()
1594 out_values: in xrep_xattr_setup_scan()