Home
last modified time | relevance | path

Searched defs:mt_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hid/
Dhid-multitouch.c100 struct mt_device { struct
101 struct mt_slot curdata; /* placeholder of incoming data */
102 struct mt_class mtclass; /* our mt device class */
103 struct mt_fields *fields; /* temporary placeholder for storing the
127 static void mt_post_parse_default_settings(struct mt_device *td); argument