Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/
Dhid-multitouch.c106 struct mt_application { struct
107 struct list_head list;
108 unsigned int application;
109 unsigned int report_id;
110 struct list_head mt_usages; /* mt usages list */
112 __s32 quirks;
114 __s32 *scantime; /* scantime reported */
115 __s32 scantime_logical_max; /* max value for raw scantime */
117 __s32 *raw_cc; /* contact count in the report */
118 int left_button_state; /* left button state */
[all …]