Searched refs:of_property_read_u16 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | ads7846.c | 1207 of_property_read_u16(node, "ti,vref-delay-usecs", in ads7846_probe_dt() 1209 of_property_read_u16(node, "ti,vref-mv", &pdata->vref_mv); in ads7846_probe_dt() 1214 of_property_read_u16(node, "ti,settle-delay-usec", in ads7846_probe_dt() 1216 of_property_read_u16(node, "ti,penirq-recheck-delay-usecs", in ads7846_probe_dt() 1219 of_property_read_u16(node, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_probe_dt() 1220 of_property_read_u16(node, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_probe_dt() 1222 of_property_read_u16(node, "ti,x-min", &pdata->x_min); in ads7846_probe_dt() 1223 of_property_read_u16(node, "ti,y-min", &pdata->y_min); in ads7846_probe_dt() 1224 of_property_read_u16(node, "ti,x-max", &pdata->x_max); in ads7846_probe_dt() 1225 of_property_read_u16(node, "ti,y-max", &pdata->y_max); in ads7846_probe_dt() [all …]
|
/linux-4.1.27/include/linux/ |
D | of.h | 844 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16() function
|
/linux-4.1.27/sound/soc/codecs/ |
D | sta32x.c | 1049 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta32x_probe_dt()
|
D | sta350.c | 1140 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta350_probe_dt()
|