Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-multitouch.c125 __u8 num_received; /* how many contacts we received */ member
237 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot()
922 return app->num_received; in mt_compute_slot()
968 app->num_received = 0; in mt_sync_frame()
1026 app->num_received >= app->num_expected) in mt_process_slot()
1232 app->num_received == 0 && in mt_touch_report()
1241 first_packet = app->num_received == 0; in mt_touch_report()
1247 app->num_received++; in mt_touch_report()
1263 if (app->num_received >= app->num_expected) in mt_touch_report()
1704 application->num_received = 0; in mt_release_contacts()
Dwacom_wac.h320 int num_received; member
Dwacom_wac.c2661 wacom_wac->hid_data.num_received++; in wacom_wac_finger_slot()
2662 if (wacom_wac->hid_data.num_received > wacom_wac->hid_data.num_expected) in wacom_wac_finger_slot()
2836 hid_data->num_received = 0; in wacom_wac_finger_pre_report()
2841 hid_data->num_received = 0; in wacom_wac_finger_pre_report()
2861 if (wacom_wac->hid_data.num_received < wacom_wac->hid_data.num_expected) in wacom_wac_finger_report()
2868 wacom_wac->hid_data.num_received = 0; in wacom_wac_finger_report()
/Linux-v6.6/drivers/net/ethernet/tundra/
Dtsi108_eth.c820 int num_received = 0, num_filled = 0; in tsi108_poll() local
829 num_received = tsi108_complete_rx(dev, budget); in tsi108_poll()
867 if (num_received < budget) { in tsi108_poll()
869 napi_complete_done(napi, num_received); in tsi108_poll()
882 return num_received; in tsi108_poll()