Lines Matching refs:of_property_read_u16
1156 of_property_read_u16(node, "ti,vref-delay-usecs", in ads7846_probe_dt()
1158 of_property_read_u16(node, "ti,vref-mv", &pdata->vref_mv); in ads7846_probe_dt()
1163 of_property_read_u16(node, "ti,settle-delay-usec", in ads7846_probe_dt()
1165 of_property_read_u16(node, "ti,penirq-recheck-delay-usecs", in ads7846_probe_dt()
1168 of_property_read_u16(node, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_probe_dt()
1169 of_property_read_u16(node, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_probe_dt()
1171 of_property_read_u16(node, "ti,x-min", &pdata->x_min); in ads7846_probe_dt()
1172 of_property_read_u16(node, "ti,y-min", &pdata->y_min); in ads7846_probe_dt()
1173 of_property_read_u16(node, "ti,x-max", &pdata->x_max); in ads7846_probe_dt()
1174 of_property_read_u16(node, "ti,y-max", &pdata->y_max); in ads7846_probe_dt()
1180 of_property_read_u16(node, "ti,pressure-min", &pdata->pressure_min); in ads7846_probe_dt()
1183 of_property_read_u16(node, "ti,pressure-max", &pdata->pressure_max); in ads7846_probe_dt()
1185 of_property_read_u16(node, "ti,debounce-max", &pdata->debounce_max); in ads7846_probe_dt()
1188 of_property_read_u16(node, "ti,debounce-tol", &pdata->debounce_tol); in ads7846_probe_dt()
1189 of_property_read_u16(node, "ti,debounce-rep", &pdata->debounce_rep); in ads7846_probe_dt()