Lines Matching full:touch
50 * Enables given plates and measures touch parameters using ADC
83 * Enable touch detection using falling edge detection on XM
101 * ADC touch screen sampling bottom half irq handler
110 /* Disable the touch detection plates */ in vf50_ts_irq_bh()
130 * Touch pressure in vf50_ts_irq_bh()
162 * If touch pressure is too low, stop measuring and reenable in vf50_ts_irq_bh()
163 * touch detection in vf50_ts_irq_bh()
178 * Report touch position and sleep for in vf50_ts_irq_bh()
195 /* Report no more touch, re-enable touch detection */ in vf50_ts_irq_bh()
210 dev_dbg(dev, "Input device %s opened, starting touch detection\n", in vf50_ts_open()
235 dev_dbg(dev, "Input device %s closed, disable touch detection\n", in vf50_ts_close()
351 "vf50 touch", touchdev); in vf50_ts_probe()