Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Duteval.c274 u8 method_count, u8 *out_values) in acpi_ut_execute_power_methods()
/linux/drivers/of/
H A Dproperty.c309 const char *propname, u8 *out_values, in of_property_read_variable_u8_array()
359 const char *propname, u16 *out_values, in of_property_read_variable_u16_array()
406 const char *propname, u32 *out_values, in of_property_read_variable_u32_array()
484 const char *propname, u64 *out_values, in of_property_read_variable_u64_array()
/linux/include/linux/
H A Dof.h723 const char *propname, u8 *out_values, in of_property_read_variable_u8_array()
730 const char *propname, u16 *out_values, in of_property_read_variable_u16_array()
738 u32 *out_values, in of_property_read_variable_u32_array()
753 u64 *out_values, in of_property_read_variable_u64_array()
1330 u8 *out_values, size_t sz) in of_property_read_u8_array()
1362 u16 *out_values, size_t sz) in of_property_read_u16_array()
1392 u32 *out_values, size_t sz) in of_property_read_u32_array()
1422 u64 *out_values, size_t sz) in of_property_read_u64_array()
/linux/drivers/iio/adc/
H A Dti-ads7138.c159 u8 *out_values, u8 length) in ads7138_i2c_read_block()
/linux/tools/bpf/bpftool/
H A Dcommon.c1243 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