Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dproperty.c224 (sz_min * sizeof(*out_values)), in of_property_read_variable_u8_array()
225 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
234 sz /= sizeof(*out_values); in of_property_read_variable_u8_array()
238 *out_values++ = *val++; in of_property_read_variable_u8_array()
274 (sz_min * sizeof(*out_values)), in of_property_read_variable_u16_array()
275 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
284 sz /= sizeof(*out_values); in of_property_read_variable_u16_array()
321 (sz_min * sizeof(*out_values)), in of_property_read_variable_u32_array()
322 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array()
331 sz /= sizeof(*out_values); in of_property_read_variable_u32_array()
[all …]
/openbmc/linux/include/linux/
H A Dof.h321 const char *propname, u8 *out_values,
324 const char *propname, u16 *out_values,
328 u32 *out_values,
335 u64 *out_values,
670 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() argument
685 u32 *out_values, in of_property_read_variable_u32_array() argument
700 u64 *out_values, in of_property_read_variable_u64_array() argument
1264 u8 *out_values, size_t sz) in of_property_read_u8_array() argument
1296 u16 *out_values, size_t sz) in of_property_read_u16_array() argument
1326 u32 *out_values, size_t sz) in of_property_read_u32_array() argument
[all …]
/openbmc/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);
/openbmc/u-boot/include/dm/
H A Dread.h430 u32 *out_values, size_t sz);
710 u32 *out_values, size_t sz) in dev_read_u32_array() argument
712 return ofnode_read_u32_array(dev_ofnode(dev), propname, out_values, sz); in dev_read_u32_array()
H A Dof_access.h267 u32 *out_values, size_t sz);
H A Dofnode.h285 u32 *out_values, size_t sz);
/openbmc/u-boot/drivers/core/
H A Dread.c230 u32 *out_values, size_t sz) in dev_read_u32_array() argument
232 return ofnode_read_u32_array(dev_ofnode(dev), propname, out_values, sz); in dev_read_u32_array()
H A Dof_access.c469 u32 *out_values, size_t sz) in of_read_u32_array() argument
475 sz * sizeof(*out_values)); in of_read_u32_array()
482 *out_values++ = be32_to_cpup(val++); in of_read_u32_array()
H A Dofnode.c164 u32 *out_values, size_t sz) in ofnode_read_u32_array() argument
171 out_values, sz); in ofnode_read_u32_array()
175 out_values, sz); in ofnode_read_u32_array()