Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dsur40.c54 struct sur40_blob { struct
56 __le16 blob_id;
58 u8 action; /* 0x02 = enter/exit, 0x03 = update (?) */
59 u8 type; /* bitmask (0x01 blob, 0x02 touch, 0x04 tag) */
61 __le16 bb_pos_x; /* upper left corner of bounding box */
62 __le16 bb_pos_y;
64 __le16 bb_size_x; /* size of bounding box */
65 __le16 bb_size_y;
67 __le16 pos_x; /* finger tip position */
91 struct sur40_blob blobs[]; argument