Home
last modified time | relevance | path

Searched refs:device_property_read_u64_array (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dproperty.h48 int device_property_read_u64_array(const struct device *dev, const char *propname,
260 return device_property_read_u64_array(dev, propname, val, 1); in device_property_read_u64()
280 return device_property_read_u64_array(dev, propname, NULL, 0); in device_property_count_u64()
/linux/drivers/base/
H A Dproperty.c216 int device_property_read_u64_array(const struct device *dev, const char *propname, in device_property_read_u64_array() function
221 EXPORT_SYMBOL_GPL(device_property_read_u64_array);
/linux/drivers/platform/mellanox/
H A Dmlxbf-pmc.c2228 ret = device_property_read_u64_array(dev, pmc->block_name[i], in mlxbf_pmc_map_counters()