Searched refs:dropped_threshold (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-nintendo.c1459 unsigned int dropped_threshold; local
1484 dropped_threshold = ctlr->imu_avg_delta_ms * 3 / 2;
1485 dropped_pkts = (delta - min(delta, dropped_threshold)) /

Completed in 108 milliseconds