Home
last modified time | relevance | path

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

/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.h735 const char *propname, u8 *out_values, in of_property_read_variable_u8_array()
742 const char *propname, u16 *out_values, in of_property_read_variable_u16_array()
750 u32 *out_values, in of_property_read_variable_u32_array()
765 u64 *out_values, in of_property_read_variable_u64_array()
1373 u8 *out_values, size_t sz) in of_property_read_u8_array()
1405 u16 *out_values, size_t sz) in of_property_read_u16_array()
1435 u32 *out_values, size_t sz) in of_property_read_u32_array()
1465 u64 *out_values, size_t sz) in of_property_read_u64_array()
/linux/tools/bpf/bpftool/
H A Dcommon.c1248 size_t num_options, char **out_values, in read_kernel_config()