Lines Matching defs:mt_application
107 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 */
121 unsigned long *pending_palm_slots; /* slots where we reported palm
124 __u8 num_received; /* how many contacts we received */
125 __u8 num_expected; /* expected last contact index */
126 __u8 buttons_count; /* number of physical buttons per touchpad */
127 __u8 touches_by_report; /* how many touches are present in one report:
155 struct mt_application *application; argument
518 struct mt_application *mt_application; in mt_allocate_application() local
551 struct mt_application *tmp, *mt_application = NULL; in mt_find_application() local
1512 struct mt_application *mt_application = NULL; in mt_input_configured() local