Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c168 int device_property_read_u16_array(const struct device *dev, const char *propname, in device_property_read_u16_array() function
173 EXPORT_SYMBOL_GPL(device_property_read_u16_array);
/linux/drivers/iio/light/
H A Dus5182d.c759 if (device_property_read_u16_array(&data->client->dev, in us5182d_get_platform_data()
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c766 ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len); in msm_gpio_init_valid_mask()