Searched refs:mt_class (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | rtlx-mt.c | 98 dev = device_create(mt_class, NULL, MKDEV(major, i), NULL, in rtlx_module_init() 102 device_destroy(mt_class, MKDEV(major, i)); in rtlx_module_init() 130 device_destroy(mt_class, MKDEV(major, i)); in rtlx_module_init() 142 device_destroy(mt_class, MKDEV(major, i)); in rtlx_module_exit()
|
H A D | mips-mt.c | 231 struct class *mt_class; variable 241 mt_class = mtc; in mips_mt_init()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | mips_mt.h | 29 extern struct class *mt_class;
|
/openbmc/linux/drivers/hid/ |
H A D | hid-multitouch.c | 141 struct mt_class { struct 161 struct mt_class mtclass; /* our mt device class */ argument 243 static const struct mt_class mt_classes[] = { 721 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping() 1300 struct mt_class *cls = &td->mtclass; in mt_touch_input_configured() 1496 struct mt_class *cls = &td->mtclass; in mt_need_to_apply_feature() 1753 const struct mt_class *mtclass = mt_classes; /* MT_CLS_DEFAULT */ in mt_probe()
|