Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c224 int device_property_read_u64_array(const struct device *dev, const char *propname, in device_property_read_u64_array() function
229 EXPORT_SYMBOL_GPL(device_property_read_u64_array);
/linux/drivers/platform/mellanox/
H A Dmlxbf-pmc.c2229 ret = device_property_read_u64_array(dev, pmc->block_name[i], in mlxbf_pmc_map_counters()