Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Dproperty.c209 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
214 (sz_min * sizeof(*out_values)), in of_property_read_variable_u8_array()
215 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
224 sz /= sizeof(*out_values); in of_property_read_variable_u8_array()
228 *out_values++ = *val++; in of_property_read_variable_u8_array()
257 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() argument
262 (sz_min * sizeof(*out_values)), in of_property_read_variable_u16_array()
263 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
272 sz /= sizeof(*out_values); in of_property_read_variable_u16_array()
276 *out_values++ = be16_to_cpup(val++); in of_property_read_variable_u16_array()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h316 const char *propname, u8 *out_values,
319 const char *propname, u16 *out_values,
323 u32 *out_values,
330 u64 *out_values,
438 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
440 int ret = of_property_read_variable_u8_array(np, propname, out_values, in of_property_read_u8_array()
468 u16 *out_values, size_t sz) in of_property_read_u16_array() argument
470 int ret = of_property_read_variable_u16_array(np, propname, out_values, in of_property_read_u16_array()
496 u32 *out_values, size_t sz) in of_property_read_u32_array() argument
498 int ret = of_property_read_variable_u32_array(np, propname, out_values, in of_property_read_u32_array()
[all …]
/OK3568_Linux_fs/kernel/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.h381 u8 method_count, u8 *out_values);
/OK3568_Linux_fs/u-boot/include/dm/
H A Dread.h400 u32 *out_values, size_t sz);
659 u32 *out_values, size_t sz) in dev_read_u32_array() argument
663 return ofnode_read_u32_array(dev_ofnode(dev), propname, out_values, sz); in dev_read_u32_array()
H A Dof_access.h292 u32 *out_values, size_t sz);
H A Dofnode.h300 u32 *out_values, size_t sz);
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dread.c203 u32 *out_values, size_t sz) in dev_read_u32_array() argument
207 return ofnode_read_u32_array(dev_ofnode(dev), propname, out_values, sz); in dev_read_u32_array()
H A Dof_access.c512 u32 *out_values, size_t sz) in of_read_u32_array() argument
518 sz * sizeof(*out_values)); in of_read_u32_array()
525 *out_values++ = be32_to_cpup(val++); in of_read_u32_array()
H A Dofnode.c148 u32 *out_values, size_t sz) in ofnode_read_u32_array() argument
155 out_values, sz); in ofnode_read_u32_array()
159 out_values, sz); in ofnode_read_u32_array()