Searched defs:mt_device (Results 1 – 2 of 2) sorted by relevance
111834 struct mt_device { struct111835 struct mt_class mtclass;111836 struct timer_list release_timer;111837 struct hid_device *hdev;111838 unsigned long mt_io_flags;111839 __u8 inputmode_value;111840 __u8 maxcontacts;111841 bool is_buttonpad;111842 bool serial_maybe;111843 struct list_head applications;[all …]
119236 struct mt_device { struct119237 struct mt_class mtclass;119238 struct timer_list release_timer;119239 struct hid_device *hdev;119240 unsigned long mt_io_flags;119241 __u8 inputmode_value;119242 __u8 maxcontacts;119243 bool is_buttonpad;119244 bool serial_maybe;119245 struct list_head applications;[all …]