Home
last modified time | relevance | path

Searched refs:mt_class (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/kernel/
H A Drtlx-mt.c98 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()
/linux/arch/mips/include/asm/
H A Dmips_mt.h27 extern const struct class mt_class;
/linux/drivers/hid/
H A Dhid-multitouch.c151 struct mt_class { struct
171 struct mt_class mtclass; /* our mt device class */ argument
262 static const struct mt_class mt_classes[] = {
654 struct mt_class *cls = &td->mtclass; in mt_allocate_report_data()
765 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping()
1364 struct mt_class *cls = &td->mtclass; in mt_touch_input_configured()
1591 struct mt_class *cls = &td->mtclass; in mt_need_to_apply_feature()
1860 const struct mt_class *mtclass = mt_classes; /* MT_CLS_DEFAULT */ in mt_probe()