Searched refs:mtouch (Results 1 – 6 of 6) sorted by relevance
53 struct mtouch { struct61 static void mtouch_process_format_tablet(struct mtouch *mtouch) in mtouch_process_format_tablet() argument75 static void mtouch_process_response(struct mtouch *mtouch) in mtouch_process_response() argument77 if (MTOUCH_RESPONSE_END_BYTE == mtouch->data[mtouch->idx++]) { in mtouch_process_response()89 struct mtouch *mtouch = serio_get_drvdata(serio); in mtouch_interrupt() local91 mtouch->data[mtouch->idx] = data; in mtouch_interrupt()109 struct mtouch *mtouch = serio_get_drvdata(serio); in mtouch_disconnect() local116 kfree(mtouch); in mtouch_disconnect()127 struct mtouch *mtouch; in mtouch_connect() local131 mtouch = kzalloc(sizeof(*mtouch), GFP_KERNEL); in mtouch_connect()[all …]
67 obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o
477 DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE(mtouch);480 .is_visible = SYSFS_GROUP_VISIBLE(mtouch),
644 module will be called mtouch.
38 struct input_dev *mtouch; member121 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 …]
487 struct xenkbd_mtouch mtouch; member
Completed in 22 milliseconds