/drivers/input/touchscreen/ |
D | bu21013_ts.c | 194 unsigned int pos_x[2], pos_y[2]; in bu21013_do_touch_report() local 218 pos_y[finger_down_count] = y; in bu21013_do_touch_report() 225 abs(pos_y[0] - pos_y[1]) < DELTA_MIN)) { in bu21013_do_touch_report() 233 pos_y[i] = data->chip->touch_y_max - pos_y[i]; in bu21013_do_touch_report() 238 ABS_MT_POSITION_Y, pos_y[i]); in bu21013_do_touch_report()
|
D | sur40.c | 71 __le16 pos_y; member 270 int pos_y = le16_to_cpu(blob->pos_y); in sur40_report_blob() local 286 input_report_abs(input, ABS_MT_POSITION_Y, pos_y); in sur40_report_blob()
|
/drivers/video/fbdev/omap2/dss/ |
D | overlay.c | 181 if (dh < info->pos_y + outh) { in dss_ovl_check() 184 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
|
D | overlay-sysfs.c | 142 info.pos_x, info.pos_y); in overlay_position_show() 159 info.pos_y = simple_strtoul(last, &last, 10); in overlay_position_store()
|
D | dispc.c | 2554 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() 2779 const int pos_x = 0, pos_y = 0; in dispc_wb_setup() local 2794 wi->buf_width, pos_x, pos_y, in_width, in_height, wi->width, in dispc_wb_setup()
|
/drivers/input/ |
D | mousedev.c | 105 int pos_x, pos_y; member 289 p->dy += packet->y - client->pos_y; in mousedev_notify_readers() 291 client->pos_y = packet->y; in mousedev_notify_readers() 297 client->pos_y += packet->dy; in mousedev_notify_readers() 298 client->pos_y = clamp_val(client->pos_y, 0, yres); in mousedev_notify_readers() 555 client->pos_y = yres / 2; in mousedev_open()
|
/drivers/video/fbdev/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() 201 pi->pos_y = ovli.pos_y; in omapfb_query_plane()
|
D | omapfb-main.c | 918 info.pos_y = posy; in omapfb_setup_overlay() 990 posy = info.pos_y; in omapfb_apply_changes()
|
/drivers/input/mouse/ |
D | elan_i2c_core.c | 842 unsigned int pos_x, pos_y; in elan_report_contact() local 850 pos_y = ((finger_data[0] & 0x0f) << 8) | in elan_report_contact() 856 if (pos_x > data->max_x || pos_y > data->max_y) { in elan_report_contact() 859 contact_num, pos_x, pos_y, in elan_report_contact() 882 input_report_abs(input, ABS_MT_POSITION_Y, data->max_y - pos_y); in elan_report_contact()
|
/drivers/video/fbdev/omap/ |
D | lcdc.c | 293 int pos_x, int pos_y, int width, int height, in omap_lcdc_setup_plane() argument 307 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 || in omap_lcdc_setup_plane() 312 "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 | 207 plane->info.pos_x, plane->info.pos_y, in ctrl_change_mode() 804 pi->pos_y + pi->out_height > panel->y_res) in omapfb_setup_plane()
|
D | hwa742.c | 528 int pos_x, int pos_y, int width, int height, in hwa742_setup_plane() argument
|
/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.c | 203 int pos_y; member 944 (ovl->pos_y << LDBBLOCR_CVLC_SHIFT) | in sh_mobile_lcdc_overlay_setup() 1411 return scnprintf(buf, PAGE_SIZE, "%d,%d\n", ovl->pos_x, ovl->pos_y); in overlay_position_show() 1422 int pos_y; in overlay_position_store() local 1428 pos_y = simple_strtol(endp + 1, &endp, 10); in overlay_position_store() 1435 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { in overlay_position_store() 1437 ovl->pos_y = pos_y; in overlay_position_store() 2563 ovl->pos_y = 0; in sh_mobile_lcdc_overlay_init()
|
/drivers/media/platform/exynos4-is/ |
D | fimc-is.h | 168 u16 pos_y; member
|
/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 129 DBG("%d,%d %pad %pad", info.pos_x, info.pos_y, in omap_plane_atomic_update()
|
D | omap_fb.c | 161 info->pos_y = win->crtc_y; in omap_framebuffer_update_scanout()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1243 save->pos_y = vmw_read(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y); in vmw_kms_save_vga() 1256 save->height = vmw_priv->vga_height - save->pos_y; in vmw_kms_save_vga() 1286 vmw_write(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y, save->pos_y); in vmw_kms_restore_vga()
|
D | vmwgfx_drv.h | 332 uint32_t pos_y; member
|
/drivers/media/platform/omap/ |
D | omap_vout.c | 394 info.pos_y = posy; in omapvid_setup_overlay() 414 info.pos_y, info.out_width, info.out_height, info.rotation_type, in omapvid_setup_overlay()
|