Searched refs:temp_x (Results 1 – 7 of 7) sorted by relevance
43 static short temp_x[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static() local54 temp_x[0] = x; in da228e_temp_calibrate_detect_static()58 temp_x[i] = temp_x[0]; in da228e_temp_calibrate_detect_static()64 max_x = min_x = temp_x[1]; in da228e_temp_calibrate_detect_static()70 temp_x[i] = x; in da228e_temp_calibrate_detect_static()74 temp_x[i] = temp_x[i+1]; in da228e_temp_calibrate_detect_static()78 max_x = (max_x > temp_x[i]) ? max_x:temp_x[i]; in da228e_temp_calibrate_detect_static()82 min_x = (min_x < temp_x[i]) ? min_x:temp_x[i]; in da228e_temp_calibrate_detect_static()
46 static short temp_x[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static() local57 temp_x[0] = x; in da215s_temp_calibrate_detect_static()61 temp_x[i] = temp_x[0]; in da215s_temp_calibrate_detect_static()67 max_x = min_x = temp_x[1]; in da215s_temp_calibrate_detect_static()73 temp_x[i] = x; in da215s_temp_calibrate_detect_static()77 temp_x[i] = temp_x[i+1]; in da215s_temp_calibrate_detect_static()81 max_x = (max_x > temp_x[i]) ? max_x:temp_x[i]; in da215s_temp_calibrate_detect_static()85 min_x = (min_x < temp_x[i]) ? min_x:temp_x[i]; in da215s_temp_calibrate_detect_static()
1113 int temp_x = 0; in gslX680_ts_worker() local1115 temp_x = 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()
1042 int temp_x = 0; in gslX680_ts_worker() local1045 temp_x = 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() local1159 temp_x = otp_p->dd_param_x[j]; in gc5025_apply_otp()1163 temp_x; in gc5025_apply_otp()1197 temp_x = otp_p->dd_param_x[jj]; in gc5025_apply_otp()1201 temp_x; in gc5025_apply_otp()
511 int temp_x, temp_y; in dmxConfigSetPopupPosition() local516 &root_x, &root_y, &temp_x, &temp_y, &temp)) in dmxConfigSetPopupPosition()
3467 uint32_t temp_x = pos_cpy.x; in dcn10_set_cursor_position() local3471 pos_cpy.y = temp_x; in dcn10_set_cursor_position()3502 uint32_t temp_x = pos_cpy.x; in dcn10_set_cursor_position() local3505 if (temp_x >= viewport_x + in dcn10_set_cursor_position()3509 pos_cpy.x = temp_x + viewport_width; in dcn10_set_cursor_position()