Searched refs:device_property_read_u16_array (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | property.h | 44 int device_property_read_u16_array(const struct device *dev, const char *propname, 258 return device_property_read_u16_array(dev, propname, val, 1); in device_property_read_u16() 280 return device_property_read_u16_array(dev, propname, NULL, 0); in device_property_count_u16()
|
| /linux/drivers/base/ |
| H A D | property.c | 160 int device_property_read_u16_array(const struct device *dev, const char *propname, in device_property_read_u16_array() function 165 EXPORT_SYMBOL_GPL(device_property_read_u16_array);
|
| /linux/drivers/pinctrl/qcom/ |
| H A D | pinctrl-msm.c | 751 ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len); in msm_gpio_init_valid_mask()
|