Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_ft5336.c117 uint8_t touch_id = FIELD_GET(TOUCH_ID_MSK, coords[2]); in ft5336_process() local
119 if (touch_id != TOUCH_ID_INVALID) { in ft5336_process()
122 points, touch_id, row, col); in ft5336_process()