Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dresistive-adc-touch.c45 const u16 *touch_info = data; in grts_cb() local
50 x = touch_info[0]; in grts_cb()
51 y = touch_info[1]; in grts_cb()
53 press = touch_info[2]; in grts_cb()