Searched refs:out_values (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/of/ |
| H A D | property.c | 309 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 D | of.h | 332 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 D | uteval.c | 274 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 D | acutils.h | 397 u8 method_count, u8 *out_values);
|
| /linux/tools/bpf/bpftool/ |
| H A D | common.c | 1244 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 D | main.h | 294 size_t num_options, char **out_values,
|
| /linux/drivers/iio/adc/ |
| H A D | ti-ads7138.c | 159 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 D | attr_repair.c | 1575 goto out_values; in xrep_xattr_setup_scan() 1594 out_values: in xrep_xattr_setup_scan()
|