Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c907 struct nexio_touch_packet { struct
908 u8 flags; /* 0xe1 = touch, 0xe1 = release */
909 __be16 data_len; /* total bytes of touch data */
910 __be16 x_len; /* bytes for X axis */
911 __be16 y_len; /* bytes for Y axis */
912 u8 data[];