Searched refs:dropped_threshold (Results 1 – 1 of 1) sorted by relevance
1085 unsigned int dropped_threshold; in joycon_parse_imu_report() local1110 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()