Searched refs:temp_y (Results 1 – 7 of 7) sorted by relevance
44 static short temp_y[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static() local55 temp_y[0] = y; in da228e_temp_calibrate_detect_static()59 temp_y[i] = temp_y[0]; in da228e_temp_calibrate_detect_static()65 max_y = min_y = temp_y[1]; in da228e_temp_calibrate_detect_static()71 temp_y[i] = y; in da228e_temp_calibrate_detect_static()75 temp_y[i] = temp_y[i+1]; in da228e_temp_calibrate_detect_static()79 max_y = (max_y > temp_y[i]) ? max_y:temp_y[i]; in da228e_temp_calibrate_detect_static()83 min_y = (min_y < temp_y[i]) ? min_y:temp_y[i]; in da228e_temp_calibrate_detect_static()
47 static short temp_y[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static() local58 temp_y[0] = y; in da215s_temp_calibrate_detect_static()62 temp_y[i] = temp_y[0]; in da215s_temp_calibrate_detect_static()68 max_y = min_y = temp_y[1]; in da215s_temp_calibrate_detect_static()74 temp_y[i] = y; in da215s_temp_calibrate_detect_static()78 temp_y[i] = temp_y[i+1]; in da215s_temp_calibrate_detect_static()82 max_y = (max_y > temp_y[i]) ? max_y:temp_y[i]; in da215s_temp_calibrate_detect_static()86 min_y = (min_y < temp_y[i]) ? min_y:temp_y[i]; in da215s_temp_calibrate_detect_static()
1114 int temp_y = 0; in gslX680_ts_worker() local1119 temp_y = in gslX680_ts_worker()1124 if (temp_x > temp_y) { in gslX680_ts_worker()1143 } else if (temp_x <= temp_y) { in gslX680_ts_worker()1189 if (temp_x > temp_y) { in gslX680_ts_worker()1207 } else if (temp_x <= temp_y) { in gslX680_ts_worker()
1043 int temp_y = 0; in gslX680_ts_worker() local1049 temp_y = in gslX680_ts_worker()1054 if (temp_x > temp_y) { in gslX680_ts_worker()1073 } else if (temp_x <= temp_y) { in gslX680_ts_worker()1117 if (temp_x > temp_y) { in gslX680_ts_worker()1135 } else if (temp_x <= temp_y) { in gslX680_ts_worker()
1068 u16 temp_x = 0, temp_y = 0; in gc5025_apply_otp() local1164 temp_y = in gc5025_apply_otp()1169 temp_y; in gc5025_apply_otp()1202 temp_y = in gc5025_apply_otp()1207 temp_y; in gc5025_apply_otp()
511 int temp_x, temp_y; in dmxConfigSetPopupPosition() local516 &root_x, &root_y, &temp_x, &temp_y, &temp)) in dmxConfigSetPopupPosition()
3475 uint32_t temp_y = pos_cpy.y; in dcn10_set_cursor_position() local3488 pos_cpy.x = temp_y; in dcn10_set_cursor_position()