Lines Matching defs:mt_application
120 struct mt_application { struct
121 struct list_head list;
122 unsigned int application;
123 unsigned int report_id;
124 struct list_head mt_usages; /* mt usages list */
126 __s32 quirks;
128 __s32 *scantime; /* scantime reported */
129 __s32 scantime_logical_max; /* max value for raw scantime */
131 __s32 *raw_cc; /* contact count in the report */
132 int left_button_state; /* left button state */
133 unsigned int mt_flags; /* flags to pass to input-mt */
135 unsigned long *pending_palm_slots; /* slots where we reported palm
138 __u8 num_received; /* how many contacts we received */
139 __u8 num_expected; /* expected last contact index */
140 __u8 buttons_count; /* number of physical buttons per touchpad */
141 __u8 touches_by_report; /* how many touches are present in one report:
168 struct mt_application *application; argument
632 struct mt_application *mt_application; in mt_allocate_application() local
667 struct mt_application *tmp, *mt_application = NULL; in mt_find_application() local
1785 struct mt_application *mt_application = NULL; in mt_input_configured() local