Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/
Dhid-nintendo.c1085 unsigned int dropped_threshold; in joycon_parse_imu_report() local
1110 dropped_threshold = ctlr->imu_avg_delta_ms * 3 / 2; in joycon_parse_imu_report()
1111 dropped_pkts = (delta - min(delta, dropped_threshold)) / in joycon_parse_imu_report()