Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c921 struct nexio_touch_packet { struct
922 u8 flags; /* 0xe1 = touch, 0xe1 = release */
923 __be16 data_len; /* total bytes of touch data */
924 __be16 x_len; /* bytes for X axis */
925 __be16 y_len; /* bytes for Y axis */
926 u8 data[];