Home
last modified time | relevance | path

Searched refs:contact_id (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dkbdif.h340 * | _TYPE_MTOUCH | event_type | contact_id | reserved | 4
346 * contact_id - unt8_t, ID of the contact
369 * | _TYPE_MTOUCH | _MT_EV_DOWN | contact_id | reserved | 4
390 * | _TYPE_MTOUCH | _MT_EV_UP | contact_id | reserved | 4
402 * | _TYPE_MTOUCH | _MT_EV_MOTION | contact_id | reserved | 4
424 * | _TYPE_MTOUCH | _MT_EV_SYN | contact_id | reserved | 4
440 * | _TYPE_MTOUCH | _MT_EV_SHAPE | contact_id | reserved | 4
463 * | _TYPE_MTOUCH | _MT_EV_ORIENT | contact_id | reserved | 4
482 uint8_t contact_id; member
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dkbdif.h323 * | _TYPE_MTOUCH | event_type | contact_id | reserved | 4
329 * contact_id - unt8_t, ID of the contact
352 * | _TYPE_MTOUCH | _MT_EV_DOWN | contact_id | reserved | 4
373 * | _TYPE_MTOUCH | _MT_EV_UP | contact_id | reserved | 4
385 * | _TYPE_MTOUCH | _MT_EV_MOTION | contact_id | reserved | 4
407 * | _TYPE_MTOUCH | _MT_EV_SYN | contact_id | reserved | 4
423 * | _TYPE_MTOUCH | _MT_EV_SHAPE | contact_id | reserved | 4
446 * | _TYPE_MTOUCH | _MT_EV_ORIENT | contact_id | reserved | 4
465 uint8_t contact_id; member
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dxen-kbdfront.c119 if (mtouch->contact_id != info->mtouch_cur_contact_id) { in xenkbd_handle_mt_event()
120 info->mtouch_cur_contact_id = mtouch->contact_id; in xenkbd_handle_mt_event()
121 input_mt_slot(info->mtouch, mtouch->contact_id); in xenkbd_handle_mt_event()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dxen-kbdfront.c119 if (mtouch->contact_id != info->mtouch_cur_contact_id) { in xenkbd_handle_mt_event()
120 info->mtouch_cur_contact_id = mtouch->contact_id; in xenkbd_handle_mt_event()
121 input_mt_slot(info->mtouch, mtouch->contact_id); in xenkbd_handle_mt_event()

Completed in 4 milliseconds