Searched refs:device_property_read_u16_array (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | property.h | 39 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 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);
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | us5182d.c | 768 if (device_property_read_u16_array(&data->client->dev, in us5182d_get_platform_data()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 314 device_property_read_u16_array
|
| H A D | abi_gki_aarch64_db845c | 1438 device_property_read_u16_array
|
| H A D | abi_gki_aarch64_qcom | 406 device_property_read_u16_array
|
| H A D | abi_gki_aarch64_oplus | 441 device_property_read_u16_array
|
| H A D | abi_gki_aarch64_galaxy | 1194 device_property_read_u16_array
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/ |
| H A D | pinctrl-msm.c | 698 ret = device_property_read_u16_array(pctrl->dev, "gpios", tmp, len); in msm_gpio_init_valid_mask()
|