Home
last modified time | relevance | path

Searched refs:pos_y (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/ui/
H A Degl-headless.c19 uint32_t pos_y; member
134 uint32_t pos_x, uint32_t pos_y) in egl_cursor_position() argument
139 edpy->pos_y = pos_y; in egl_cursor_position()
158 !edpy->y_0_top, edpy->pos_x, edpy->pos_y, in egl_scanout_flush()
H A Dgtk-egl.c326 uint32_t pos_x, uint32_t pos_y) in gd_egl_cursor_position() argument
331 vc->gfx.cursor_y = pos_y * vc->gfx.scale_y; in gd_egl_cursor_position()
H A Ddbus-listener.c605 uint32_t pos_x, uint32_t pos_y) in dbus_gl_cursor_position() argument
610 ddl->proxy, pos_x, pos_y, true, in dbus_gl_cursor_position()
H A Dspice-display.c1002 uint32_t pos_x, uint32_t pos_y) in qemu_spice_gl_cursor_position() argument
1008 ssd->ptr_y = pos_y; in qemu_spice_gl_cursor_position()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c170 if (dh < info->pos_y + outh) { in dss_ovl_check()
173 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
H A Doverlay-sysfs.c132 info.pos_x, info.pos_y); in overlay_position_show()
149 info.pos_y = simple_strtoul(last, &last, 10); in overlay_position_store()
H A Ddispc.c2554 u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, in dispc_ovl_setup_common() argument
2603 pos_y /= 2; in dispc_ovl_setup_common()
2607 "out_height %d\n", in_height, pos_y, in dispc_ovl_setup_common()
2720 DSSDBG("%d,%d %dx%d -> %dx%d\n", pos_x, pos_y, in_width, in dispc_ovl_setup_common()
2723 dispc_ovl_set_pos(plane, caps, pos_x, pos_y); in dispc_ovl_setup_common()
2760 oi->pos_y, oi->width, oi->height, oi->out_width, oi->out_height, in dispc_ovl_setup()
2764 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup()
/openbmc/linux/drivers/input/
H A Dmousedev.c102 int pos_x, pos_y; member
286 p->dy += packet->y - client->pos_y; in mousedev_notify_readers()
288 client->pos_y = packet->y; in mousedev_notify_readers()
294 client->pos_y += packet->dy; in mousedev_notify_readers()
295 client->pos_y = clamp_val(client->pos_y, 0, yres); in mousedev_notify_readers()
552 client->pos_y = yres / 2; in mousedev_open()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c110 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y, in omapfb_setup_plane()
120 info.pos_y = pi->pos_y; in omapfb_setup_plane()
190 pi->pos_y = ovli.pos_y; in omapfb_query_plane()
/openbmc/linux/drivers/input/mouse/
H A Delan_i2c_core.c924 unsigned int pos_x, pos_y; in elan_report_contact() local
930 pos_y = get_unaligned_be16(&finger_data[2]); in elan_report_contact()
933 pos_y = ((finger_data[0] & 0x0f) << 8) | finger_data[2]; in elan_report_contact()
936 if (pos_x > data->max_x || pos_y > data->max_y) { in elan_report_contact()
939 contact_num, pos_x, pos_y, in elan_report_contact()
952 input_report_abs(input, ABS_MT_POSITION_Y, data->max_y - pos_y); in elan_report_contact()
/openbmc/linux/drivers/input/touchscreen/
H A Dsur40.c68 __le16 pos_y; member
419 int bb_size_x, bb_size_y, pos_x, pos_y, ctr_x, ctr_y, slotnum; in sur40_report_blob() local
432 pos_y = le16_to_cpu(blob->pos_y); in sur40_report_blob()
444 input_report_abs(input, ABS_MT_POSITION_Y, pos_y); in sur40_report_blob()
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcdc.c282 int pos_x, int pos_y, int width, int height, in omap_lcdc_setup_plane() argument
296 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 || in omap_lcdc_setup_plane()
301 "w %d h %d\n", plane, pos_x, pos_y, width, height); in omap_lcdc_setup_plane()
H A Domapfb.h156 int pos_x, int pos_y, int width,
/openbmc/qemu/hw/vfio/
H A Ddisplay.c198 if (dmabuf->pos_x != plane->x_pos || dmabuf->pos_y != plane->y_pos) { in vfio_display_update_cursor()
200 dmabuf->pos_y = plane->y_pos; in vfio_display_update_cursor()
334 cursor->pos_y); in vfio_display_dmabuf_update()
/openbmc/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c202 int pos_y; member
851 (ovl->pos_y << LDBBLOCR_CVLC_SHIFT) | in sh_mobile_lcdc_overlay_setup()
1268 return sysfs_emit(buf, "%d,%d\n", ovl->pos_x, ovl->pos_y); in overlay_position_show()
1279 int pos_y; in overlay_position_store() local
1285 pos_y = simple_strtol(endp + 1, &endp, 10); in overlay_position_store()
1292 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { in overlay_position_store()
1294 ovl->pos_y = pos_y; in overlay_position_store()
2370 ovl->pos_y = 0; in sh_mobile_lcdc_overlay_init()
/openbmc/linux/include/uapi/linux/
H A Domapfb.h139 __u32 pos_y; member
/openbmc/qemu/include/ui/
H A Dconsole.h260 uint32_t pos_x, uint32_t pos_y);
338 uint32_t pos_x, uint32_t pos_y);
H A Dgtk.h186 uint32_t pos_x, uint32_t pos_y);
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h160 u16 pos_y; member
H A Ddispc.c2614 u16 screen_width, int pos_x, int pos_y, in dispc_ovl_setup_common() argument
2665 pos_y /= 2; in dispc_ovl_setup_common()
2669 in_height, pos_y, out_height); in dispc_ovl_setup_common()
2759 DSSDBG("%d,%d %dx%d -> %dx%d\n", pos_x, pos_y, in_width, in dispc_ovl_setup_common()
2762 dispc_ovl_set_pos(dispc, plane, caps, pos_x, pos_y); in dispc_ovl_setup_common()
2802 oi->pos_y, oi->width, oi->height, oi->out_width, oi->out_height, in dispc_ovl_setup()
2808 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup()
2825 const int pos_x = 0, pos_y = 0; in dispc_wb_setup() local
2842 wi->buf_width, pos_x, pos_y, in_width, in_height, wi->width, in dispc_wb_setup()
4604 .pos_x = 0, .pos_y = 0,
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is.h167 u16 pos_y; member
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_plane.c119 DBG("%d,%d %pad %pad", info.pos_x, info.pos_y, in omap_plane_atomic_update()
135 DBG("%d,%d %pad %pad", r_info.pos_x, r_info.pos_y, in omap_plane_atomic_update()
H A Domap_fb.c147 info->pos_y = state->crtc_y; in omap_framebuffer_update_scanout()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h203 uint32_t pos_x, pos_y, pos_updates; member
/openbmc/linux/include/video/
H A Domapfb_dss.h306 u16 pos_y; member

12