Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dproperty.h47 int device_property_read_u64_array(const struct device *dev, const char *propname,
234 return device_property_read_u64_array(dev, propname, val, 1); in device_property_read_u64()
254 return device_property_read_u64_array(dev, propname, NULL, 0); in device_property_count_u64()
/linux-6.14.4/drivers/base/
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-6.14.4/drivers/platform/mellanox/
Dmlxbf-pmc.c2078 ret = device_property_read_u64_array(dev, pmc->block_name[i], in mlxbf_pmc_map_counters()