Searched refs:device_property_read_u64_array (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | property.h | 50 int device_property_read_u64_array(struct device *dev, const char *propname, 173 return device_property_read_u64_array(dev, propname, val, 1); in device_property_read_u64() 193 return device_property_read_u64_array(dev, propname, NULL, 0); in device_property_count_u64()
|
/linux-6.3-rc2/drivers/base/ |
A D | property.c | 173 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array() function 178 EXPORT_SYMBOL_GPL(device_property_read_u64_array);
|
/linux-6.3-rc2/drivers/platform/mellanox/ |
A D | mlxbf-pmc.c | 1358 ret = device_property_read_u64_array(dev, pmc->block_name[i], in mlxbf_pmc_map_counters()
|
Completed in 9 milliseconds