Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h39 int device_property_read_u16_array(struct device *dev, const char *propname,
141 return device_property_read_u16_array(dev, propname, val, 1); in device_property_read_u16()
163 return device_property_read_u16_array(dev, propname, NULL, 0); in device_property_count_u16()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c103 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);
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dus5182d.c768 if (device_property_read_u16_array(&data->client->dev, in us5182d_get_platform_data()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo314 device_property_read_u16_array
H A Dabi_gki_aarch64_db845c1438 device_property_read_u16_array
H A Dabi_gki_aarch64_qcom406 device_property_read_u16_array
H A Dabi_gki_aarch64_oplus441 device_property_read_u16_array
H A Dabi_gki_aarch64_galaxy1194 device_property_read_u16_array
/OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c698 ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len); in msm_gpio_init_valid_mask()