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

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

Completed in 382 milliseconds