Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dwacom_wac.h313 int num_expected; member
Dhid-multitouch.c123 __u8 num_expected; /* expected last contact index */ member
983 app->num_received >= app->num_expected) in mt_process_slot()
1171 app->num_expected = contact_count; in mt_touch_report()
1174 app->num_expected = contact_count; in mt_touch_report()
1200 if (app->num_received >= app->num_expected) in mt_touch_report()
Dwacom_wac.c2535 if (wacom_wac->hid_data.num_received > wacom_wac->hid_data.num_expected) in wacom_wac_finger_slot()
2656 if (wacom_wac->hid_data.num_received < wacom_wac->hid_data.num_expected) in wacom_wac_finger_report()
2664 hid_data->num_expected = 0; in wacom_wac_finger_report()
2753 if (hid_data->num_expected) in wacom_set_num_expected()
2787 hid_data->num_expected = value; in wacom_set_num_expected()
2794 hid_data->num_expected = wacom_wac->features.touch_max; in wacom_set_num_expected()