Lines Matching defs:mt_application
105 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 */
118 unsigned int mt_flags; /* flags to pass to input-mt */
120 unsigned long *pending_palm_slots; /* slots where we reported palm
123 __u8 num_received; /* how many contacts we received */
124 __u8 num_expected; /* expected last contact index */
125 __u8 buttons_count; /* number of physical buttons per touchpad */
126 __u8 touches_by_report; /* how many touches are present in one report:
154 struct mt_application *application; argument
529 struct mt_application *mt_application; in mt_allocate_application() local
564 struct mt_application *tmp, *mt_application = NULL; in mt_find_application() local
1542 struct mt_application *mt_application = NULL; in mt_input_configured() local