last_x            388 drivers/gpu/drm/exynos/exynos7_drm_decon.c 	unsigned int last_x;
last_x            430 drivers/gpu/drm/exynos/exynos7_drm_decon.c 	last_x = state->crtc.x + state->crtc.w;
last_x            431 drivers/gpu/drm/exynos/exynos7_drm_decon.c 	if (last_x)
last_x            432 drivers/gpu/drm/exynos/exynos7_drm_decon.c 		last_x--;
last_x            437 drivers/gpu/drm/exynos/exynos7_drm_decon.c 	val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y);
last_x            442 drivers/gpu/drm/exynos/exynos7_drm_decon.c 			state->crtc.x, state->crtc.y, last_x, last_y);
last_x            797 drivers/gpu/drm/exynos/exynos_drm_fimd.c 	unsigned int last_x, last_y, buf_offsize, line_size;
last_x            840 drivers/gpu/drm/exynos/exynos_drm_fimd.c 	last_x = state->crtc.x + state->crtc.w;
last_x            841 drivers/gpu/drm/exynos/exynos_drm_fimd.c 	if (last_x)
last_x            842 drivers/gpu/drm/exynos/exynos_drm_fimd.c 		last_x--;
last_x            847 drivers/gpu/drm/exynos/exynos_drm_fimd.c 	val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y) |
last_x            848 drivers/gpu/drm/exynos/exynos_drm_fimd.c 		VIDOSDxB_BOTRIGHT_X_E(last_x) | VIDOSDxB_BOTRIGHT_Y_E(last_y);
last_x            854 drivers/gpu/drm/exynos/exynos_drm_fimd.c 			  state->crtc.x, state->crtc.y, last_x, last_y);
last_x             62 drivers/input/touchscreen/da9034-ts.c 	int	last_x;
last_x             98 drivers/input/touchscreen/da9034-ts.c 	touch->last_x = ((_x << 2) & 0x3fc) | (_v & 0x3);
last_x            118 drivers/input/touchscreen/da9034-ts.c 	int x = touch->last_x;
last_x             82 drivers/input/touchscreen/mk712.c 	static unsigned short last_x;
last_x            106 drivers/input/touchscreen/mk712.c 	input_report_abs(mk712_dev, ABS_X, last_x);
last_x            110 drivers/input/touchscreen/mk712.c 	last_x = inw(mk712_io + MK712_X) & 0x0fff;
last_x             77 drivers/input/touchscreen/ts4800-ts.c 	u16 last_x = readw(ts->base + X_OFFSET);
last_x             79 drivers/input/touchscreen/ts4800-ts.c 	bool pendown = last_x & PENDOWN_MASK;
last_x             92 drivers/input/touchscreen/ts4800-ts.c 		last_x = ((~last_x) >> 4) & MAX_12BIT;
last_x             95 drivers/input/touchscreen/ts4800-ts.c 		input_report_abs(input_dev, ABS_X, last_x);