Home
last modified time | relevance | path

Searched refs:contact_id (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/input/misc/
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()
/Linux-v6.6/include/xen/interface/io/
Dkbdif.h465 uint8_t contact_id; member