Home
last modified time | relevance | path

Searched refs:of_property_read_u16 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dads7846.c1209 of_property_read_u16(node, "ti,vref-delay-usecs", in ads7846_probe_dt()
1211 of_property_read_u16(node, "ti,vref-mv", &pdata->vref_mv); in ads7846_probe_dt()
1216 of_property_read_u16(node, "ti,settle-delay-usec", in ads7846_probe_dt()
1218 of_property_read_u16(node, "ti,penirq-recheck-delay-usecs", in ads7846_probe_dt()
1221 of_property_read_u16(node, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_probe_dt()
1222 of_property_read_u16(node, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_probe_dt()
1224 of_property_read_u16(node, "ti,x-min", &pdata->x_min); in ads7846_probe_dt()
1225 of_property_read_u16(node, "ti,y-min", &pdata->y_min); in ads7846_probe_dt()
1226 of_property_read_u16(node, "ti,x-max", &pdata->x_max); in ads7846_probe_dt()
1227 of_property_read_u16(node, "ti,y-max", &pdata->y_max); in ads7846_probe_dt()
[all …]
/linux-4.4.14/include/linux/
Dof.h850 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16() function
/linux-4.4.14/sound/soc/codecs/
Dsta32x.c1048 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta32x_probe_dt()
Dsta350.c1139 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta350_probe_dt()