/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay.c | 170 if (dh < info->pos_y + outh) { in dss_ovl_check() 173 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
|
H A D | overlay-sysfs.c | 132 info.pos_x, info.pos_y); in overlay_position_show() 149 info.pos_y = simple_strtoul(last, &last, 10); in overlay_position_store()
|
/linux/drivers/input/ |
H A D | mousedev.c | 102 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()
|
/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 110 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()
|
H A D | omapfb-main.c | 908 info.pos_y = posy; in omapfb_setup_overlay() 980 posy = info.pos_y; in omapfb_apply_changes()
|
/linux/drivers/input/touchscreen/ |
H A D | sur40.c | 68 __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()
|
/linux/drivers/video/fbdev/omap/ |
H A D | lcdc.c | 282 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 D | omapfb.h | 156 int pos_x, int pos_y, int width,
|
H A D | omapfb_main.c | 190 plane->info.pos_x, plane->info.pos_y, in ctrl_change_mode() 774 pi->pos_y + pi->out_height > panel->y_res) in omapfb_setup_plane()
|
H A D | hwa742.c | 528 int pos_x, int pos_y, int width, int height, in hwa742_setup_plane() argument
|
/linux/include/uapi/linux/ |
H A D | omapfb.h | 139 __u32 pos_y; member
|
/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-is.h | 167 u16 pos_y; member
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 119 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 D | omap_fb.c | 148 info->pos_y = state->crtc_y; in omap_framebuffer_update_scanout()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 2574 u16 screen_width, int pos_x, int pos_y, in dispc_ovl_setup_common() argument 2625 pos_y /= 2; in dispc_ovl_setup_common() 2629 in_height, pos_y, out_height); in dispc_ovl_setup_common() 2719 DSSDBG("%d,%d %dx%d -> %dx%d\n", pos_x, pos_y, in_width, in dispc_ovl_setup_common() 2722 dispc_ovl_set_pos(dispc, plane, caps, pos_x, pos_y); in dispc_ovl_setup_common() 2762 oi->pos_y, oi->width, oi->height, oi->out_width, oi->out_height, in dispc_ovl_setup() 2768 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup() 4458 .pos_x = 0, .pos_y = 0,
|