Searched refs:last_x (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ts4800-ts.c | 79 u16 last_x = readw(ts->base + X_OFFSET); in ts4800_ts_poll() local 81 bool pendown = last_x & PENDOWN_MASK; in ts4800_ts_poll() 94 last_x = ((~last_x) >> 4) & MAX_12BIT; in ts4800_ts_poll() 97 input_report_abs(input_dev, ABS_X, last_x); in ts4800_ts_poll()
|
H A D | mk712.c | 82 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()
|
H A D | da9034-ts.c | 62 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()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos7_drm_decon.c | 389 unsigned int last_x; in decon_update_plane() local 431 last_x = state->crtc.x + state->crtc.w; in decon_update_plane() 432 if (last_x) in decon_update_plane() 433 last_x--; in decon_update_plane() 438 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y); in decon_update_plane() 443 state->crtc.x, state->crtc.y, last_x, last_y); in decon_update_plane()
|
H A D | exynos_drm_fimd.c | 838 unsigned int last_x, last_y, buf_offsize, line_size; in fimd_update_plane() local 881 last_x = state->crtc.x + state->crtc.w; in fimd_update_plane() 882 if (last_x) in fimd_update_plane() 883 last_x--; in fimd_update_plane() 888 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y) | in fimd_update_plane() 889 VIDOSDxB_BOTRIGHT_X_E(last_x) | VIDOSDxB_BOTRIGHT_Y_E(last_y); in fimd_update_plane() 895 state->crtc.x, state->crtc.y, last_x, last_y); in fimd_update_plane()
|
/openbmc/qemu/include/ui/ |
H A D | gtk.h | 131 int last_x; member
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | timeline_view.js | 198 let last_x = {}; 213 if (!(y in last_x)) { break; } 214 if (last_x[y] <= entry[0]) { 221 last_x[y] = end_time; 223 last_x[y] = entry[0];
|
/openbmc/qemu/ui/ |
H A D | vnc.h | 283 int last_x; member
|
H A D | vnc.c | 1043 int y, int last_x, int x, int height) in find_and_clear_dirty_height() argument 1048 if (!test_bit(last_x, vs->dirty[y + h])) { in find_and_clear_dirty_height() 1051 bitmap_clear(vs->dirty[y + h], last_x, x - last_x); in find_and_clear_dirty_height() 1816 if (vs->last_x != -1) { in pointer_event() 1817 qemu_input_queue_rel(con, INPUT_AXIS_X, x - vs->last_x); in pointer_event() 1820 vs->last_x = x; in pointer_event() 3324 vs->last_x = -1; in vnc_connect()
|
H A D | dbus-console.c | 53 guint last_x; member
|
H A D | gtk.c | 466 vc->s->last_x = x; in gd_mouse_set() 940 qemu_input_queue_rel(vc->gfx.dcl.con, INPUT_AXIS_X, x - s->last_x); in gd_motion_event() 944 s->last_x = x; in gd_motion_event()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 48377 + int last_x = pps->ctb_addr_ts_to_rs[ctb_addr_ts-1] % de->PicWidthInCtbsY; 48379 + p1_apb_write(de, RPI_STATUS, 1 + (last_x<<5) + (last_y<<18)); 48393 + int last_x = pps->ctb_addr_ts_to_rs[ctb_addr_ts-1] % de->PicWidthInCtbsY; 48397 + p1_apb_write(de, RPI_STATUS, 1 + (last_x<<5) + (last_y<<18)); 48994 + const unsigned int last_x = pps->col_bd[pps->num_tile_columns]-1; 49000 + p1_apb_write(de, RPI_STATUS, 1 + (last_x<<5) + (last_y<<18)); 49376 + int last_x = de->PicWidthInCtbsY-1; 49379 + p1_apb_write(de, RPI_STATUS, (ctb_row<<18) + (last_x<<5) + 2); 49414 + int last_x = pps->col_bd[tile_x+1]-1; 49416 + p1_apb_write(de, RPI_STATUS, 2 + (last_x<<5) + (last_y<<18));
|