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

/linux-4.4.14/include/linux/
H A Dproperty.h39 int device_property_read_u16_array(struct device *dev, const char *propname,
99 return device_property_read_u16_array(dev, propname, val, 1); device_property_read_u16()
/linux-4.4.14/drivers/iio/light/
H A Dus5182d.c389 if (device_property_read_u16_array(&data->client->dev, us5182d_get_platform_data()
/linux-4.4.14/drivers/base/
H A Dproperty.c169 * device_property_read_u16_array - return a u16 array property of a device
186 int device_property_read_u16_array(struct device *dev, const char *propname, device_property_read_u16_array() function
191 EXPORT_SYMBOL_GPL(device_property_read_u16_array); variable

Completed in 179 milliseconds