Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dsur40.c58 struct sur40_blob { struct
60 __le16 blob_id;
62 u8 action; /* 0x02 = enter/exit, 0x03 = update (?) */
63 u8 type; /* bitmask (0x01 blob, 0x02 touch, 0x04 tag) */
65 __le16 bb_pos_x; /* upper left corner of bounding box */
66 __le16 bb_pos_y;
68 __le16 bb_size_x; /* size of bounding box */
69 __le16 bb_size_y;
71 __le16 pos_x; /* finger tip position */
95 struct sur40_blob blobs[]; argument