Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da228e/
H A Dda228e_core.c44 static short temp_y[TEMP_CALIBRATE_STATIC_COUNT]; in da228e_temp_calibrate_detect_static() local
55 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()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da215s/
H A Dda215s_core.c47 static short temp_y[TEMP_CALIBRATE_STATIC_COUNT]; in da215s_temp_calibrate_detect_static() local
58 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()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680.c1114 int temp_y = 0; in gslX680_ts_worker() local
1119 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()
H A Dgslx6801.c1043 int temp_y = 0; in gslX680_ts_worker() local
1049 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()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc5025.c1068 u16 temp_x = 0, temp_y = 0; in gc5025_apply_otp() local
1164 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()
/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.c3475 uint32_t temp_y = pos_cpy.y; in dcn10_set_cursor_position() local
3488 pos_cpy.x = temp_y; in dcn10_set_cursor_position()