Home
last modified time | relevance | path

Searched refs:num_expected (Results 1 – 3 of 3) sorted by relevance

/drivers/hid/
Dwacom_wac.h218 int num_expected; member
Dhid-multitouch.c118 __u8 num_expected; /* expected last contact index */ member
617 td->num_received >= td->num_expected) in mt_complete_slot()
774 td->num_expected = value; in mt_touch_report()
789 if (td->num_received >= td->num_expected) in mt_touch_report()
Dwacom_wac.c1621 if (wacom_wac->hid_data.num_received > wacom_wac->hid_data.num_expected) in wacom_wac_finger_slot()
1726 hid_data->num_expected = value; in wacom_wac_finger_pre_report()
1729 hid_data->num_expected = wacom_wac->features.touch_max; in wacom_wac_finger_pre_report()
1745 if (wacom_wac->hid_data.num_received < wacom_wac->hid_data.num_expected) in wacom_wac_finger_report()