Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dusbtouchscreen.c919 struct nexio_touch_packet { struct
920 u8 flags; /* 0xe1 = touch, 0xe1 = release */
921 __be16 data_len; /* total bytes of touch data */
922 __be16 x_len; /* bytes for X axis */
923 __be16 y_len; /* bytes for Y axis */
924 u8 data[];