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

/linux-4.1.27/include/linux/
H A Dproperty.h33 int device_property_read_u16_array(struct device *dev, const char *propname,
89 return device_property_read_u16_array(dev, propname, val, 1); device_property_read_u16()
/linux-4.1.27/drivers/base/
H A Dproperty.c165 * device_property_read_u16_array - return a u16 array property of a device
181 int device_property_read_u16_array(struct device *dev, const char *propname, device_property_read_u16_array() function
186 EXPORT_SYMBOL_GPL(device_property_read_u16_array); variable

Completed in 300 milliseconds