Searched refs:device_property_read_u64_array (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | property.h | 46 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 D | property.c | 178 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 D | mlxbf-pmc.c | 1979 ret = device_property_read_u64_array(dev, pmc->block_name[i], in mlxbf_pmc_map_counters()
|
Completed in 11 milliseconds