Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dkbdif.h482 uint8_t contact_id; member