Home
last modified time | relevance | path

Searched defs:nexio_touch_packet (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/input/touchscreen/
Dusbtouchscreen.c906 struct nexio_touch_packet { struct
907 u8 flags; /* 0xe1 = touch, 0xe1 = release */
908 __be16 data_len; /* total bytes of touch data */
909 __be16 x_len; /* bytes for X axis */
910 __be16 y_len; /* bytes for Y axis */
911 u8 data[];