Searched refs:device_property_read_u64_array (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dproperty.h43 int device_property_read_u64_array(struct device *dev, const char *propname,
111 return device_property_read_u64_array(dev, propname, val, 1); device_property_read_u64()
/linux-4.4.14/drivers/base/
H A Dproperty.c219 * device_property_read_u64_array - return a u64 array property of a device
236 int device_property_read_u64_array(struct device *dev, const char *propname, device_property_read_u64_array() function
241 EXPORT_SYMBOL_GPL(device_property_read_u64_array); variable

Completed in 42 milliseconds