Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
Dhid-multitouch.c105 struct mt_application { struct
106 struct list_head list;
107 unsigned int application;
108 unsigned int report_id;
109 struct list_head mt_usages; /* mt usages list */
111 __s32 quirks;
113 __s32 *scantime; /* scantime reported */
114 __s32 scantime_logical_max; /* max value for raw scantime */
116 __s32 *raw_cc; /* contact count in the report */
117 int left_button_state; /* left button state */
[all …]
/kernel/linux/linux-4.19/drivers/hid/
Dhid-multitouch.c107 struct mt_application { struct
108 struct list_head list;
109 unsigned int application;
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 */
119 unsigned int mt_flags; /* flags to pass to input-mt */
[all …]