Searched refs:device_property_read_u64_array (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | property.h | 43 int device_property_read_u64_array(struct device *dev, const char *propname,145 	return device_property_read_u64_array(dev, propname, val, 1);  in device_property_read_u64()
 165 	return device_property_read_u64_array(dev, propname, NULL, 0);  in device_property_count_u64()
 
 | 
| /Linux-v5.4/drivers/base/ | 
| D | property.c | 153 int device_property_read_u64_array(struct device *dev, const char *propname,  in device_property_read_u64_array()  function158 EXPORT_SYMBOL_GPL(device_property_read_u64_array);
 
 |