Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dproperty.h41 int device_property_read_u16_array(struct device *dev, const char *propname,
131 return device_property_read_u16_array(dev, propname, val, 1); in device_property_read_u16()
/Linux-v4.19/drivers/pinctrl/qcom/
Dpinctrl-msm.c867 len = ret = device_property_read_u16_array(pctrl->dev, "gpios", NULL, 0); in msm_gpio_init_valid_mask()
878 ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len); in msm_gpio_init_valid_mask()
895 return device_property_read_u16_array(pctrl->dev, "gpios", NULL, 0) > 0; in msm_gpio_needs_valid_mask()
/Linux-v4.19/drivers/base/
Dproperty.c378 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array() function
383 EXPORT_SYMBOL_GPL(device_property_read_u16_array);
/Linux-v4.19/drivers/iio/light/
Dus5182d.c776 if (device_property_read_u16_array(&data->client->dev, in us5182d_get_platform_data()