Searched refs:last_x (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | mk712.c | 86 static unsigned short last_x; in mk712_interrupt() local 110 input_report_abs(mk712_dev, ABS_X, last_x); in mk712_interrupt() 114 last_x = inw(mk712_io + MK712_X) & 0x0fff; in mk712_interrupt()
|
D | da9034-ts.c | 65 int last_x; member 101 touch->last_x = ((_x << 2) & 0x3fc) | (_v & 0x3); in read_tsi() 121 int x = touch->last_x; in report_pen_down()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 406 unsigned int last_x; in decon_update_plane() local 457 last_x = plane->crtc_x + plane->crtc_w; in decon_update_plane() 458 if (last_x) in decon_update_plane() 459 last_x--; in decon_update_plane() 464 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y); in decon_update_plane() 469 plane->crtc_x, plane->crtc_y, last_x, last_y); in decon_update_plane()
|
D | exynos_drm_fimd.c | 647 unsigned int last_x, last_y, buf_offsize, line_size; in fimd_update_plane() local 689 last_x = plane->crtc_x + plane->crtc_w; in fimd_update_plane() 690 if (last_x) in fimd_update_plane() 691 last_x--; in fimd_update_plane() 696 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y) | in fimd_update_plane() 697 VIDOSDxB_BOTRIGHT_X_E(last_x) | VIDOSDxB_BOTRIGHT_Y_E(last_y); in fimd_update_plane() 702 plane->crtc_x, plane->crtc_y, last_x, last_y); in fimd_update_plane()
|