/drivers/input/touchscreen/ |
D | bu21013_ts.c | 190 unsigned int pos_x[2], pos_y[2]; in bu21013_do_touch_report() local 214 pos_y[finger_down_count] = y; in bu21013_do_touch_report() 221 abs(pos_y[0] - pos_y[1]) < DELTA_MIN)) { in bu21013_do_touch_report() 229 pos_y[i] = data->chip->touch_y_max - pos_y[i]; in bu21013_do_touch_report() 234 ABS_MT_POSITION_Y, pos_y[i]); in bu21013_do_touch_report()
|
/drivers/input/ |
D | mousedev.c | 103 int pos_x, pos_y; member 294 p->dy += packet->y - client->pos_y; in mousedev_notify_readers() 296 client->pos_y = packet->y; in mousedev_notify_readers() 302 client->pos_y += packet->dy; in mousedev_notify_readers() 303 client->pos_y = client->pos_y < 0 ? in mousedev_notify_readers() 304 0 : (client->pos_y >= yres ? yres : client->pos_y); in mousedev_notify_readers() 574 client->pos_y = yres / 2; in mousedev_open()
|
/drivers/video/omap2/dss/ |
D | overlay.c | 151 info.pos_x, info.pos_y); in overlay_position_show() 168 info.pos_y = simple_strtoul(last, &last, 10); in overlay_position_store() 667 if (dh < info->pos_y + outh) { in dss_ovl_check() 670 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
|
D | dispc.c | 1826 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup() 1842 oi->pos_y /= 2; in dispc_ovl_setup() 1847 oi->height, oi->pos_y, outh); in dispc_ovl_setup() 1910 DSSDBG("%d,%d %dx%d -> %dx%d\n", oi->pos_x, oi->pos_y, oi->width, in dispc_ovl_setup() 1913 dispc_ovl_set_pos(plane, oi->pos_x, oi->pos_y); in dispc_ovl_setup()
|
/drivers/staging/omapdrm/ |
D | omap_plane.c | 144 DBG("%d,%d %08x %08x", info->pos_x, info->pos_y, in commit() 189 omap_framebuffer_flush(plane->fb, info->pos_x, info->pos_y, in commit() 327 omap_plane->info.pos_y = crtc_y; in omap_plane_mode_set()
|
/drivers/video/omap2/omapfb/ |
D | omapfb-ioctl.c | 121 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y, in omapfb_setup_plane() 131 info.pos_y = pi->pos_y; in omapfb_setup_plane() 198 pi->pos_y = ovli.pos_y; in omapfb_query_plane()
|
D | omapfb-main.c | 914 info.pos_y = posy; in omapfb_setup_overlay() 986 posy = info.pos_y; in omapfb_apply_changes()
|
/drivers/video/omap/ |
D | lcdc.c | 294 int pos_x, int pos_y, int width, int height, in omap_lcdc_setup_plane() argument 308 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 || in omap_lcdc_setup_plane() 313 "w %d h %d\n", plane, pos_x, pos_y, width, height); in omap_lcdc_setup_plane()
|
D | omapfb.h | 169 int pos_x, int pos_y, int width,
|
D | omapfb_main.c | 214 plane->info.pos_x, plane->info.pos_y, in ctrl_change_mode() 816 pi->pos_y + pi->out_height > panel->y_res) in omapfb_setup_plane()
|
D | hwa742.c | 529 int pos_x, int pos_y, int width, int height, in hwa742_setup_plane() argument
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1554 save->pos_y = vmw_read(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y); in vmw_kms_save_vga() 1567 save->height = vmw_priv->vga_height - save->pos_y; in vmw_kms_save_vga() 1597 vmw_write(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y, save->pos_y); in vmw_kms_restore_vga()
|
D | vmwgfx_drv.h | 187 uint32_t pos_y; member
|
/drivers/media/video/omap/ |
D | omap_vout.c | 409 info.pos_y = posy; in omapvid_setup_overlay() 429 info.pos_y, info.out_width, info.out_height, info.rotation_type, in omapvid_setup_overlay()
|