Home
last modified time | relevance | path

Searched refs:last_x (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/input/touchscreen/
Dts4800-ts.c77 u16 last_x = readw(ts->base + X_OFFSET); in ts4800_ts_poll() local
79 bool pendown = last_x & PENDOWN_MASK; in ts4800_ts_poll()
92 last_x = ((~last_x) >> 4) & MAX_12BIT; in ts4800_ts_poll()
95 input_report_abs(input_dev, ABS_X, last_x); in ts4800_ts_poll()
Dmk712.c82 static unsigned short last_x; in mk712_interrupt() local
106 input_report_abs(mk712_dev, ABS_X, last_x); in mk712_interrupt()
110 last_x = inw(mk712_io + MK712_X) & 0x0fff; in mk712_interrupt()
Dda9034-ts.c62 int last_x; member
98 touch->last_x = ((_x << 2) & 0x3fc) | (_v & 0x3); in read_tsi()
118 int x = touch->last_x; in report_pen_down()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos7_drm_decon.c387 unsigned int last_x; in decon_update_plane() local
429 last_x = state->crtc.x + state->crtc.w; in decon_update_plane()
430 if (last_x) in decon_update_plane()
431 last_x--; in decon_update_plane()
436 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y); in decon_update_plane()
441 state->crtc.x, state->crtc.y, last_x, last_y); in decon_update_plane()
Dexynos_drm_fimd.c796 unsigned int last_x, last_y, buf_offsize, line_size; in fimd_update_plane() local
839 last_x = state->crtc.x + state->crtc.w; in fimd_update_plane()
840 if (last_x) in fimd_update_plane()
841 last_x--; in fimd_update_plane()
846 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y) | in fimd_update_plane()
847 VIDOSDxB_BOTRIGHT_X_E(last_x) | VIDOSDxB_BOTRIGHT_Y_E(last_y); in fimd_update_plane()
853 state->crtc.x, state->crtc.y, last_x, last_y); in fimd_update_plane()