Home
last modified time | relevance | path

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

/linux/include/linux/
A Dproperty.h46 int device_property_read_u64_array(const struct device *dev, const char *propname,
237 return device_property_read_u64_array(dev, propname, val, 1); in device_property_read_u64()
257 return device_property_read_u64_array(dev, propname, NULL, 0); in device_property_count_u64()
/linux/drivers/base/
A Dproperty.c178 int device_property_read_u64_array(const struct device *dev, const char *propname, in device_property_read_u64_array() function
183 EXPORT_SYMBOL_GPL(device_property_read_u64_array);
/linux/drivers/platform/mellanox/
A Dmlxbf-pmc.c1979 ret = device_property_read_u64_array(dev, pmc->block_name[i], in mlxbf_pmc_map_counters()

Completed in 12 milliseconds