Lines Matching defs:mt_application
115 struct mt_application { struct
116 struct list_head list;
117 unsigned int application;
118 unsigned int report_id;
119 struct list_head mt_usages; /* mt usages list */
121 __s32 quirks;
123 __s32 *scantime; /* scantime reported */
124 __s32 scantime_logical_max; /* max value for raw scantime */
126 __s32 *raw_cc; /* contact count in the report */
127 int left_button_state; /* left button state */
128 unsigned int mt_flags; /* flags to pass to input-mt */
130 unsigned long *pending_palm_slots; /* slots where we reported palm
133 __u8 num_received; /* how many contacts we received */
134 __u8 num_expected; /* expected last contact index */
135 __u8 buttons_count; /* number of physical buttons per touchpad */
136 __u8 touches_by_report; /* how many touches are present in one report:
163 struct mt_application *application; argument
572 struct mt_application *mt_application; in mt_allocate_application() local
607 struct mt_application *tmp, *mt_application = NULL; in mt_find_application() local
1634 struct mt_application *mt_application = NULL; in mt_input_configured() local