device_property_read_u16_array  108 drivers/base/property.c EXPORT_SYMBOL_GPL(device_property_read_u16_array);
device_property_read_u16_array  768 drivers/iio/light/us5182d.c 	if (device_property_read_u16_array(&data->client->dev,
device_property_read_u16_array  632 drivers/pinctrl/qcom/pinctrl-msm.c 	ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len);
device_property_read_u16_array   39 include/linux/property.h int device_property_read_u16_array(struct device *dev, const char *propname,
device_property_read_u16_array  133 include/linux/property.h 	return device_property_read_u16_array(dev, propname, val, 1);
device_property_read_u16_array  155 include/linux/property.h 	return device_property_read_u16_array(dev, propname, NULL, 0);