Searched refs:last_y (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | mk712.c | 87 static unsigned short last_y; in mk712_interrupt() local 111 input_report_abs(mk712_dev, ABS_Y, last_y); in mk712_interrupt() 115 last_y = inw(mk712_io + MK712_Y) & 0x0fff; in mk712_interrupt()
|
D | da9034-ts.c | 66 int last_y; member 102 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); in read_tsi() 122 int y = touch->last_y; in report_pen_down()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimd.c | 627 unsigned int last_x, last_y, buf_offsize, line_size; in fimd_win_commit() local 694 last_y = plane->crtc_y + plane->crtc_height; in fimd_win_commit() 695 if (last_y) in fimd_win_commit() 696 last_y--; in fimd_win_commit() 698 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y) | in fimd_win_commit() 699 VIDOSDxB_BOTRIGHT_X_E(last_x) | VIDOSDxB_BOTRIGHT_Y_E(last_y); in fimd_win_commit() 704 plane->crtc_x, plane->crtc_y, last_x, last_y); in fimd_win_commit()
|
D | exynos7_drm_decon.c | 403 unsigned int last_y; in decon_win_commit() local 467 last_y = plane->crtc_y + plane->crtc_height; in decon_win_commit() 468 if (last_y) in decon_win_commit() 469 last_y--; in decon_win_commit() 471 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y); in decon_win_commit() 476 plane->crtc_x, plane->crtc_y, last_x, last_y); in decon_win_commit()
|