Lines Matching defs:mt_application
104 struct mt_application { struct
105 struct list_head list;
106 unsigned int application;
107 unsigned int report_id;
108 struct list_head mt_usages; /* mt usages list */
110 __s32 quirks;
112 __s32 *scantime; /* scantime reported */
113 __s32 scantime_logical_max; /* max value for raw scantime */
115 __s32 *raw_cc; /* contact count in the report */
116 int left_button_state; /* left button state */
117 unsigned int mt_flags; /* flags to pass to input-mt */
119 unsigned long *pending_palm_slots; /* slots where we reported palm
122 __u8 num_received; /* how many contacts we received */
123 __u8 num_expected; /* expected last contact index */
124 __u8 buttons_count; /* number of physical buttons per touchpad */
125 __u8 touches_by_report; /* how many touches are present in one report:
153 struct mt_application *application; argument
525 struct mt_application *mt_application; in mt_allocate_application() local
560 struct mt_application *tmp, *mt_application = NULL; in mt_find_application() local
1537 struct mt_application *mt_application = NULL; in mt_input_configured() local