Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dproperty.h46 int device_property_read_u16_array(const struct device *dev, const char *propname,
206 return device_property_read_u16_array(dev, propname, val, 1); in device_property_read_u16()
228 return device_property_read_u16_array(dev, propname, NULL, 0); in device_property_count_u16()
/openbmc/linux/drivers/base/
H A Dproperty.c121 int device_property_read_u16_array(const struct device *dev, const char *propname, in device_property_read_u16_array() function
126 EXPORT_SYMBOL_GPL(device_property_read_u16_array);
/openbmc/linux/drivers/iio/light/
H A Dus5182d.c766 if (device_property_read_u16_array(&data->client->dev, in us5182d_get_platform_data()
/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c770 ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len); in msm_gpio_init_valid_mask()