Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dsur40.c56 struct sur40_blob { struct
58 __le16 blob_id;
60 u8 action; /* 0x02 = enter/exit, 0x03 = update (?) */
61 u8 unknown; /* always 0x01 or 0x02 (no idea what this is?) */
63 __le16 bb_pos_x; /* upper left corner of bounding box */
64 __le16 bb_pos_y;
66 __le16 bb_size_x; /* size of bounding box */
90 struct sur40_blob blobs[]; argument