Lines Matching full:touch
267 "send read touch info ending failed: %d\n", err); in cst3xx_finish_touch_read()
279 * be increased. The buffer contains 5 bytes for each touch point,
280 * a touch count byte, a check byte, and then a second check byte after
281 * all other touch points.
283 * For example 1 touch would look like this:
306 dev_err(&client->dev, "cst3xx touch read failure\n"); in cst3xx_touch_report()
310 /* Report to the device we're done reading the touch data. */ in cst3xx_touch_report()
317 * Check the check bit of the last touch slot. The check bit is in cst3xx_touch_report()
318 * always present after touch point 1 for valid data, and then in cst3xx_touch_report()
319 * appears as the last byte after all other touch data. in cst3xx_touch_report()
324 dev_err(&client->dev, "cst3xx touch read failure\n"); in cst3xx_touch_report()
329 /* Parse through the buffer to capture touch data. */ in cst3xx_touch_report()
339 dev_err(&client->dev, "cst3xx touch read failure\n"); in cst3xx_touch_report()
343 /* sw value of 0 means no touch, 0x03 means touch */ in cst3xx_touch_report()
454 "Hynitron Touch Int", client); in hyn_probe()