Searched defs:mt_application (Results 1 – 1 of 1) sorted by relevance
104 struct mt_application { struct105 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 */[all …]