Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-multitouch.c138 __u8 num_received; /* how many contacts we received */ member
260 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot()
1021 return app->num_received; in mt_compute_slot()
1068 app->num_received = 0; in mt_sync_frame()
1122 app->num_received >= app->num_expected) in mt_process_slot()
1333 app->num_received == 0 && in mt_touch_report()
1342 first_packet = app->num_received == 0; in mt_touch_report()
1348 app->num_received++; in mt_touch_report()
1364 if (app->num_received >= app->num_expected) in mt_touch_report()
2081 application->num_received = 0; in mt_release_contacts()
H A Dwacom_wac.h320 int num_received; member
/linux/drivers/net/ethernet/tundra/
H A 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()