Home
last modified time | relevance | path

Searched refs:mtouch (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/input/touchscreen/
A Dmtouch.c53 struct mtouch { struct
61 static void mtouch_process_format_tablet(struct mtouch *mtouch) in mtouch_process_format_tablet() argument
75 static void mtouch_process_response(struct mtouch *mtouch) in mtouch_process_response() argument
77 if (MTOUCH_RESPONSE_END_BYTE == mtouch->data[mtouch->idx++]) { in mtouch_process_response()
89 struct mtouch *mtouch = serio_get_drvdata(serio); in mtouch_interrupt() local
91 mtouch->data[mtouch->idx] = data; in mtouch_interrupt()
109 struct mtouch *mtouch = serio_get_drvdata(serio); in mtouch_disconnect() local
116 kfree(mtouch); in mtouch_disconnect()
127 struct mtouch *mtouch; in mtouch_connect() local
131 mtouch = kzalloc(sizeof(*mtouch), GFP_KERNEL); in mtouch_connect()
[all …]
A DMakefile67 obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o
A Dusbtouchscreen.c477 DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE(mtouch);
480 .is_visible = SYSFS_GROUP_VISIBLE(mtouch),
A DKconfig644 module will be called mtouch.
/linux/drivers/input/misc/
A Dxen-kbdfront.c38 struct input_dev *mtouch; member
121 input_mt_slot(info->mtouch, mtouch->contact_id); in xenkbd_handle_mt_event()
131 mtouch->u.pos.abs_x); in xenkbd_handle_mt_event()
133 mtouch->u.pos.abs_y); in xenkbd_handle_mt_event()
138 mtouch->u.shape.major); in xenkbd_handle_mt_event()
140 mtouch->u.shape.minor); in xenkbd_handle_mt_event()
145 mtouch->u.orientation); in xenkbd_handle_mt_event()
154 input_sync(info->mtouch); in xenkbd_handle_mt_event()
334 if (!mtouch) in xenkbd_probe()
376 info->mtouch = mtouch; in xenkbd_probe()
[all …]
/linux/include/xen/interface/io/
A Dkbdif.h487 struct xenkbd_mtouch mtouch; member

Completed in 22 milliseconds