| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | overlay.c | 163 if (dw < info->pos_x + outw) { in dss_ovl_check() 166 ovl->id, info->pos_x, outw, dw); in dss_ovl_check()
|
| H A D | overlay-sysfs.c | 132 info.pos_x, info.pos_y); in overlay_position_show() 144 info.pos_x = simple_strtoul(buf, &last, 10); in overlay_position_store()
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 102 int pos_x, pos_y; member 285 p->dx += packet->x - client->pos_x; in mousedev_notify_readers() 287 client->pos_x = packet->x; in mousedev_notify_readers() 291 client->pos_x += packet->dx; in mousedev_notify_readers() 292 client->pos_x = clamp_val(client->pos_x, 0, xres); in mousedev_notify_readers() 551 client->pos_x = xres / 2; in mousedev_open()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_fb.c | 148 info->pos_x = state->crtc_x; in omap_framebuffer_update_scanout() 246 r_info->pos_x = info->pos_x + info->out_width; in omap_framebuffer_update_scanout()
|
| H A D | omap_plane.c | 120 DBG("%d,%d %pad %pad", info.pos_x, info.pos_y, in omap_plane_atomic_update() 136 DBG("%d,%d %pad %pad", r_info.pos_x, r_info.pos_y, in omap_plane_atomic_update()
|
| /linux/drivers/video/fbdev/ |
| H A D | sh_mobile_lcdcfb.c | 201 int pos_x; member 852 (ovl->pos_x << LDBBLOCR_CHLC_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() 1278 int pos_x; in overlay_position_store() local 1281 pos_x = simple_strtol(buf, &endp, 10); in overlay_position_store() 1292 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { in overlay_position_store() 1293 ovl->pos_x = pos_x; in overlay_position_store() 2359 ovl->pos_x = 0; in sh_mobile_lcdc_overlay_init()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 108 u16 pos_x, unsigned long *core_clk, bool mem_to_mem); 2100 const struct videomode *vm, u16 pos_x, in check_horiz_timing_omap3() argument 2133 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk); in check_horiz_timing_omap3() 2254 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_24xx() argument 2303 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_34xx() argument 2330 pos_x, in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx() 2364 if (check_horiz_timing_omap3(pclk, lclk, vm, pos_x, in_width, in dispc_ovl_calc_scaling_34xx() 2391 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_44xx() argument 2463 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument 2532 &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | omapfb.h | 138 __u32 pos_x; member
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | omapfb.h | 156 int pos_x, int pos_y, int width,
|
| H A D | omapfb_main.c | 192 plane->info.pos_x, plane->info.pos_y, in ctrl_change_mode() 775 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane()
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-is.h | 166 u16 pos_x; member
|
| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_vout.c | 317 info.pos_x = posx; in omapvid_setup_overlay() 337 info.color_mode, info.rotation, info.mirror, info.pos_x, in omapvid_setup_overlay()
|