Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-multitouch.c133 __u8 num_received; /* how many contacts we received */ member
245 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot()
935 return app->num_received; in mt_compute_slot()
981 app->num_received = 0; in mt_sync_frame()
1039 app->num_received >= app->num_expected) in mt_process_slot()
1245 app->num_received == 0 && in mt_touch_report()
1254 first_packet = app->num_received == 0; in mt_touch_report()
1260 app->num_received++; in mt_touch_report()
1276 if (app->num_received >= app->num_expected) in mt_touch_report()
1742 application->num_received = 0; in mt_release_contacts()
H A Dwacom_wac.h322 int num_received; member