Searched defs:mt_application (Results 1 – 1 of 1) sorted by relevance
120 struct mt_application { struct121 struct list_head list;122 unsigned int application;123 unsigned int report_id;124 struct list_head mt_usages; /* mt usages list */126 __s32 quirks;128 __s32 *scantime; /* scantime reported */129 __s32 scantime_logical_max; /* max value for raw scantime */131 __s32 *raw_cc; /* contact count in the report */132 int left_button_state; /* left button state */[all …]