Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-multitouch.c108 struct mt_application { struct
109 struct list_head list;
110 unsigned int application;
111 unsigned int report_id;
112 struct list_head mt_usages; /* mt usages list */
114 __s32 quirks;
116 __s32 *scantime; /* scantime reported */
117 __s32 scantime_logical_max; /* max value for raw scantime */
119 __s32 *raw_cc; /* contact count in the report */
120 int left_button_state; /* left button state */
[all …]