Searched refs:device_property_read_u16_array (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | property.h | 42 int device_property_read_u16_array(const struct device *dev, const char *propname, 225 return device_property_read_u16_array(dev, propname, val, 1); in device_property_read_u16() 247 return device_property_read_u16_array(dev, propname, NULL, 0); in device_property_count_u16()
|
/linux-6.12.1/drivers/base/ |
D | property.c | 122 int device_property_read_u16_array(const struct device *dev, const char *propname, in device_property_read_u16_array() function 127 EXPORT_SYMBOL_GPL(device_property_read_u16_array);
|
/linux-6.12.1/drivers/iio/light/ |
D | us5182d.c | 766 if (device_property_read_u16_array(&data->client->dev, in us5182d_get_platform_data()
|
/linux-6.12.1/sound/soc/codecs/ |
D | cs43130.c | 2478 if (!device_property_read_u16_array(cs43130->dev, "cirrus,ac-freq", cs43130->ac_freq, in cs43130_handle_device_data() 2484 if (!device_property_read_u16_array(cs43130->dev, "cirrus,dc-threshold", in cs43130_handle_device_data()
|
/linux-6.12.1/drivers/pinctrl/qcom/ |
D | pinctrl-msm.c | 774 ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len); in msm_gpio_init_valid_mask()
|