Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c1139 unsigned int dropped_threshold; in joycon_parse_imu_report() local
1164 dropped_threshold = ctlr->imu_avg_delta_ms * 3 / 2; in joycon_parse_imu_report()
1165 dropped_pkts = (delta - min(delta, dropped_threshold)) / in joycon_parse_imu_report()