Lines Matching defs:mt_application
108 struct mt_application { struct
109 struct list_head list;
110 unsigned int application;
111 unsigned int report_id;
112 struct list_head mt_usages; /* mt usages list */
114 __s32 quirks;
116 __s32 *scantime; /* scantime reported */
117 __s32 scantime_logical_max; /* max value for raw scantime */
119 __s32 *raw_cc; /* contact count in the report */
120 int left_button_state; /* left button state */
121 unsigned int mt_flags; /* flags to pass to input-mt */
123 unsigned long *pending_palm_slots; /* slots where we reported palm
126 __u8 num_received; /* how many contacts we received */
127 __u8 num_expected; /* expected last contact index */
128 __u8 buttons_count; /* number of physical buttons per touchpad */
129 __u8 touches_by_report; /* how many touches are present in one report:
157 struct mt_application *application; argument
528 struct mt_application *mt_application; in mt_allocate_application() local
563 struct mt_application *tmp, *mt_application = NULL; in mt_find_application() local
1545 struct mt_application *mt_application = NULL; in mt_input_configured() local