Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-multitouch.c125 __u8 num_expected; /* expected last contact index */ member
964 app->num_received >= app->num_expected) in mt_process_slot()
1152 app->num_expected = contact_count; in mt_touch_report()
1155 app->num_expected = contact_count; in mt_touch_report()
1181 if (app->num_received >= app->num_expected) in mt_touch_report()
Dwacom_wac.h314 int num_expected; member
Dwacom_wac.c2479 if (wacom_wac->hid_data.num_received > wacom_wac->hid_data.num_expected) in wacom_wac_finger_slot()
2585 hid_data->num_expected = value; in wacom_wac_finger_pre_report()
2588 hid_data->num_expected = wacom_wac->features.touch_max; in wacom_wac_finger_pre_report()
2604 if (wacom_wac->hid_data.num_received < wacom_wac->hid_data.num_expected) in wacom_wac_finger_report()