Searched defs:mt_device (Results 1 – 1 of 1) sorted by relevance
100 struct mt_device { struct101 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 the127 static void mt_post_parse_default_settings(struct mt_device *td); argument