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