Searched refs:pos_y (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
H A Dbu21013_ts.c194 unsigned int pos_x[2], pos_y[2]; bu21013_do_touch_report() local
218 pos_y[finger_down_count] = y; bu21013_do_touch_report()
225 abs(pos_y[0] - pos_y[1]) < DELTA_MIN)) { bu21013_do_touch_report()
233 pos_y[i] = data->chip->touch_y_max - pos_y[i]; bu21013_do_touch_report()
238 ABS_MT_POSITION_Y, pos_y[i]); bu21013_do_touch_report()
H A Dsur40.c70 __le16 pos_y; member in struct:sur40_blob
269 int pos_y = le16_to_cpu(blob->pos_y); sur40_report_blob() local
285 input_report_abs(input, ABS_MT_POSITION_Y, pos_y); sur40_report_blob()
/linux-4.1.27/drivers/input/
H A Dmousedev.c104 int pos_x, pos_y; member in struct:mousedev_client
288 p->dy += packet->y - client->pos_y; mousedev_notify_readers()
290 client->pos_y = packet->y; mousedev_notify_readers()
296 client->pos_y += packet->dy; mousedev_notify_readers()
297 client->pos_y = client->pos_y < 0 ? mousedev_notify_readers()
298 0 : (client->pos_y >= yres ? yres : client->pos_y); mousedev_notify_readers()
555 client->pos_y = yres / 2; mousedev_open()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Doverlay.c181 if (dh < info->pos_y + outh) { dss_ovl_check()
184 ovl->id, info->pos_y, outh, dh); dss_ovl_check()
H A Doverlay-sysfs.c142 info.pos_x, info.pos_y); overlay_position_show()
159 info.pos_y = simple_strtoul(last, &last, 10); overlay_position_store()
H A Ddispc.c2511 u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, dispc_ovl_setup_common()
2545 pos_y /= 2; dispc_ovl_setup_common()
2548 DSSDBG("adjusting for ilace: height %d, pos_y %d, " dispc_ovl_setup_common()
2549 "out_height %d\n", in_height, pos_y, dispc_ovl_setup_common()
2638 DSSDBG("%d,%d %dx%d -> %dx%d\n", pos_x, pos_y, in_width, dispc_ovl_setup_common()
2641 dispc_ovl_set_pos(plane, caps, pos_x, pos_y); dispc_ovl_setup_common()
2678 oi->pos_y, oi->width, oi->height, oi->out_width, oi->out_height, dispc_ovl_setup()
2682 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, dispc_ovl_setup()
2697 const int pos_x = 0, pos_y = 0; dispc_wb_setup() local
2712 wi->buf_width, pos_x, pos_y, in_width, in_height, wi->width, dispc_wb_setup()
2509 dispc_ovl_setup_common(enum omap_plane plane, enum omap_overlay_caps caps, u32 paddr, u32 p_uv_addr, u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, u8 rotation, bool mirror, u8 zorder, u8 pre_mult_alpha, u8 global_alpha, enum omap_dss_rotation_type rotation_type, bool replication, const struct omap_video_timings *mgr_timings, bool mem_to_mem) dispc_ovl_setup_common() argument
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c121 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y, omapfb_setup_plane()
131 info.pos_y = pi->pos_y; omapfb_setup_plane()
201 pi->pos_y = ovli.pos_y; omapfb_query_plane()
H A Domapfb-main.c918 info.pos_y = posy; omapfb_setup_overlay()
990 posy = info.pos_y; omapfb_apply_changes()
/linux-4.1.27/drivers/video/fbdev/omap/
H A Dlcdc.c293 int pos_x, int pos_y, int width, int height, omap_lcdc_setup_plane()
307 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 || omap_lcdc_setup_plane()
311 "invalid plane params plane %d pos_x %d pos_y %d " omap_lcdc_setup_plane()
312 "w %d h %d\n", plane, pos_x, pos_y, width, height); omap_lcdc_setup_plane()
291 omap_lcdc_setup_plane(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) omap_lcdc_setup_plane() argument
H A Domapfb.h169 int pos_x, int pos_y, int width,
H A Dhwa742.c528 int pos_x, int pos_y, int width, int height, hwa742_setup_plane()
526 hwa742_setup_plane(int plane, int channel_out, unsigned long offset, int screen_width, int pos_x, int pos_y, int width, int height, int color_mode) hwa742_setup_plane() argument
H A Domapfb_main.c207 plane->info.pos_x, plane->info.pos_y, ctrl_change_mode()
809 pi->pos_y + pi->out_height > panel->y_res) omapfb_setup_plane()
/linux-4.1.27/include/uapi/linux/
H A Domapfb.h138 __u32 pos_y; member in struct:omapfb_plane_info
/linux-4.1.27/drivers/input/mouse/
H A Delan_i2c_core.c732 unsigned int pos_x, pos_y; elan_report_contact() local
740 pos_y = ((finger_data[0] & 0x0f) << 8) | elan_report_contact()
746 if (pos_x > data->max_x || pos_y > data->max_y) { elan_report_contact()
749 contact_num, pos_x, pos_y, elan_report_contact()
772 input_report_abs(input, ABS_MT_POSITION_Y, data->max_y - pos_y); elan_report_contact()
/linux-4.1.27/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c172 * @pos_y: Vertical overlay position
203 int pos_y; member in struct:sh_mobile_lcdc_overlay
944 (ovl->pos_y << LDBBLOCR_CVLC_SHIFT) | sh_mobile_lcdc_overlay_setup()
1411 return scnprintf(buf, PAGE_SIZE, "%d,%d\n", ovl->pos_x, ovl->pos_y); overlay_position_show()
1422 int pos_y; overlay_position_store() local
1428 pos_y = simple_strtol(endp + 1, &endp, 10); overlay_position_store()
1435 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { overlay_position_store()
1437 ovl->pos_y = pos_y; overlay_position_store()
2563 ovl->pos_y = 0; sh_mobile_lcdc_overlay_init()
/linux-4.1.27/drivers/media/platform/exynos4-is/
H A Dfimc-is.h168 u16 pos_y; member in struct:is_af_info
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_fb.c159 info->pos_y = win->crtc_y; omap_framebuffer_update_scanout()
H A Domap_plane.c149 DBG("%d,%d %pad %pad", info->pos_x, info->pos_y, omap_plane_pre_apply()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1588 save->pos_y = vmw_read(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y); vmw_kms_save_vga()
1601 save->height = vmw_priv->vga_height - save->pos_y; vmw_kms_save_vga()
1631 vmw_write(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y, save->pos_y); vmw_kms_restore_vga()
H A Dvmwgfx_drv.h370 uint32_t pos_y; member in struct:vmw_vga_topology_state
/linux-4.1.27/include/video/
H A Domapdss.h397 u16 pos_y; member in struct:omap_overlay_info
/linux-4.1.27/drivers/media/platform/omap/
H A Domap_vout.c406 info.pos_y = posy; omapvid_setup_overlay()
426 info.pos_y, info.out_width, info.out_height, info.rotation_type, omapvid_setup_overlay()

Completed in 2163 milliseconds