Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da228e/
H A Dda228e_core.c43 static short temp_x[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static() local
54 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()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da215s/
H A Dda215s_core.c46 static short temp_x[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static() local
57 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()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680.c1113 int temp_x = 0; in gslX680_ts_worker() local
1115 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()
H A Dgslx6801.c1042 int temp_x = 0; in gslX680_ts_worker() local
1045 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()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc5025.c1068 u16 temp_x = 0, temp_y = 0; in gc5025_apply_otp() local
1159 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()
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dxdmxconfig.c511 int temp_x, temp_y; in dmxConfigSetPopupPosition() local
516 &root_x, &root_y, &temp_x, &temp_y, &temp)) in dmxConfigSetPopupPosition()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c3467 uint32_t temp_x = pos_cpy.x; in dcn10_set_cursor_position() local
3471 pos_cpy.y = temp_x; in dcn10_set_cursor_position()
3502 uint32_t temp_x = pos_cpy.x; in dcn10_set_cursor_position() local
3505 if (temp_x >= viewport_x + in dcn10_set_cursor_position()
3509 pos_cpy.x = temp_x + viewport_width; in dcn10_set_cursor_position()