Searched refs:device_property_read_u16_array (Results 1 – 2 of 2) 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 | 168 int device_property_read_u16_array(const struct device *dev, const char *propname, in device_property_read_u16_array() function 173 EXPORT_SYMBOL_GPL(device_property_read_u16_array);
|