Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
Dhid-nintendo.c1431 unsigned int dropped_threshold; in joycon_parse_imu_report() local
1456 dropped_threshold = ctlr->imu_avg_delta_ms * 3 / 2; in joycon_parse_imu_report()
1457 dropped_pkts = (delta - min(delta, dropped_threshold)) / in joycon_parse_imu_report()