Lines Matching refs:of_property_read_u16
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()
1227 of_property_read_u16(node, "ti,pressure-min", &pdata->pressure_min); in ads7846_probe_dt()
1228 of_property_read_u16(node, "ti,pressure-max", &pdata->pressure_max); in ads7846_probe_dt()
1230 of_property_read_u16(node, "ti,debounce-max", &pdata->debounce_max); in ads7846_probe_dt()
1231 of_property_read_u16(node, "ti,debounce-tol", &pdata->debounce_tol); in ads7846_probe_dt()
1232 of_property_read_u16(node, "ti,debounce-rep", &pdata->debounce_rep); in ads7846_probe_dt()