Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drtlx-cmp.c77 dev = device_create(mt_class, NULL, MKDEV(major, i), NULL, in rtlx_module_init()
81 device_destroy(mt_class, MKDEV(major, i)); in rtlx_module_init()
105 device_destroy(mt_class, MKDEV(major, i)); in rtlx_module_init()
117 device_destroy(mt_class, MKDEV(major, i)); in rtlx_module_exit()
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()
H A Dmips-mt.c231 struct class *mt_class; variable
241 mt_class = mtc; in mt_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmips_mt.h29 extern struct class *mt_class;
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-multitouch.c139 struct mt_class { struct
159 struct mt_class mtclass; /* our mt device class */ argument
238 static const struct mt_class mt_classes[] = {
691 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping()
1247 struct mt_class *cls = &td->mtclass; in mt_touch_input_configured()
1418 struct mt_class *cls = &td->mtclass; in mt_need_to_apply_feature()
1685 const struct mt_class *mtclass = mt_classes; /* MT_CLS_DEFAULT */ in mt_probe()