Searched refs:device_property_read_u64_array (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | property.h | 50 int device_property_read_u64_array(const struct device *dev, const char *propname, 218 return device_property_read_u64_array(dev, propname, val, 1); in device_property_read_u64() 238 return device_property_read_u64_array(dev, propname, NULL, 0); in device_property_count_u64()
|
/openbmc/linux/drivers/base/ |
H A D | property.c | 177 int device_property_read_u64_array(const struct device *dev, const char *propname, in device_property_read_u64_array() function 182 EXPORT_SYMBOL_GPL(device_property_read_u64_array);
|
/openbmc/linux/drivers/platform/mellanox/ |
H A D | mlxbf-pmc.c | 1356 ret = device_property_read_u64_array(dev, pmc->block_name[i], in mlxbf_pmc_map_counters()
|