Searched refs:device_property_read_u16_array (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | property.h | 39 int device_property_read_u16_array(struct device *dev, const char *propname, 138 return device_property_read_u16_array(dev, propname, val, 1); in device_property_read_u16() 160 return device_property_read_u16_array(dev, propname, NULL, 0); in device_property_count_u16()
|
/kernel/linux/linux-5.10/drivers/base/ |
D | property.c | 103 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array() function 108 EXPORT_SYMBOL_GPL(device_property_read_u16_array);
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
D | us5182d.c | 768 if (device_property_read_u16_array(&data->client->dev, in us5182d_get_platform_data()
|
/kernel/linux/linux-5.10/drivers/pinctrl/qcom/ |
D | pinctrl-msm.c | 698 ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len); in msm_gpio_init_valid_mask()
|