Searched refs:delta_x (Results 1 – 5 of 5) sorted by relevance
195 uint32_t delta_x = high - low; in characterize_using_two_point() local198 …*coeff_a = (delta_v * atten_scales[atten] + (delta_x / 2)) / delta_x; //+(delta_x/2) for rounding in characterize_using_two_point()200 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point()
201 uint32_t delta_x = high - low; in characterize_using_two_point() local204 …*coeff_a = (delta_v * atten_scales[atten] + (delta_x / 2)) / delta_x; //+(delta_x/2) for rounding in characterize_using_two_point()206 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point()
373 uint32_t delta_x = high - low; in characterize_using_two_point() local376 …*coeff_a = (delta_v * atten_scales[atten] + (delta_x / 2)) / delta_x; //+(delta_x/2) for rounding in characterize_using_two_point()378 … *coeff_b = TP_HIGH_VOLTAGE - ((delta_v * high + (delta_x / 2)) / delta_x) + atten_offsets[atten]; in characterize_using_two_point()
378 p_data->delta_x = p_report[1]; in bta_hh_parse_mice_rpt()385 APPL_TRACE_DEBUG("mice move: x = %d y = %d", p_data->delta_x, in bta_hh_parse_mice_rpt()
254 INT8 delta_x; /* displacement x */ member