Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
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); in device_property_read_u16()
/linux-4.4.14/drivers/base/
Dproperty.c186 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array() function
191 EXPORT_SYMBOL_GPL(device_property_read_u16_array);
/linux-4.4.14/drivers/iio/light/
Dus5182d.c389 if (device_property_read_u16_array(&data->client->dev, in us5182d_get_platform_data()