Home
last modified time | relevance | path

Searched refs:pos_x (Results 1 – 18 of 18) sorted by relevance

/drivers/input/touchscreen/
Dbu21013_ts.c194 unsigned int pos_x[2], pos_y[2]; in bu21013_do_touch_report() local
217 pos_x[finger_down_count] = x; in bu21013_do_touch_report()
224 (abs(pos_x[0] - pos_x[1]) < DELTA_MIN || in bu21013_do_touch_report()
231 pos_x[i] = data->chip->touch_x_max - pos_x[i]; in bu21013_do_touch_report()
236 ABS_MT_POSITION_X, pos_x[i]); in bu21013_do_touch_report()
/drivers/input/
Dmousedev.c102 int pos_x, pos_y; member
288 p->dx += packet->x - client->pos_x; in mousedev_notify_readers()
290 client->pos_x = packet->x; in mousedev_notify_readers()
294 client->pos_x += packet->dx; in mousedev_notify_readers()
295 client->pos_x = client->pos_x < 0 ? in mousedev_notify_readers()
296 0 : (client->pos_x >= xres ? xres : client->pos_x); in mousedev_notify_readers()
548 client->pos_x = xres / 2; in mousedev_open()
/drivers/video/omap2/dss/
Doverlay.c179 if (dw < info->pos_x + outw) { in dss_ovl_check()
182 ovl->id, info->pos_x, outw, dw); in dss_ovl_check()
Ddispc.c79 u16 pos_x, unsigned long *core_clk, bool mem_to_mem);
1989 const struct omap_video_timings *t, u16 pos_x, in check_horiz_timing_omap3() argument
2015 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk); in check_horiz_timing_omap3()
2133 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_24xx() argument
2174 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_34xx() argument
2189 pos_x, in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx()
2216 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, width, in dispc_ovl_calc_scaling_34xx()
2240 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_44xx() argument
2282 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2326 x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling()
[all …]
Doverlay-sysfs.c142 info.pos_x, info.pos_y); in overlay_position_show()
154 info.pos_x = simple_strtoul(buf, &last, 10); in overlay_position_store()
/drivers/video/omap2/omapfb/
Domapfb-ioctl.c121 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y, in omapfb_setup_plane()
130 info.pos_x = pi->pos_x; in omapfb_setup_plane()
197 pi->pos_x = ovli.pos_x; in omapfb_query_plane()
Domapfb-main.c917 info.pos_x = posx; in omapfb_setup_overlay()
989 posx = info.pos_x; in omapfb_apply_changes()
/drivers/video/omap/
Dlcdc.c294 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()
Domapfb.h169 int pos_x, int pos_y, int width,
Domapfb_main.c207 plane->info.pos_x, plane->info.pos_y, in ctrl_change_mode()
808 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane()
Dhwa742.c528 int pos_x, int pos_y, int width, int height, in hwa742_setup_plane() argument
/drivers/video/
Dsh_mobile_lcdcfb.c202 int pos_x; member
943 (ovl->pos_x << LDBBLOCR_CHLC_SHIFT)); in sh_mobile_lcdc_overlay_setup()
1409 return scnprintf(buf, PAGE_SIZE, "%d,%d\n", ovl->pos_x, ovl->pos_y); in overlay_position_show()
1419 int pos_x; in overlay_position_store() local
1422 pos_x = simple_strtol(buf, &endp, 10); in overlay_position_store()
1433 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { in overlay_position_store()
1434 ovl->pos_x = pos_x; in overlay_position_store()
2561 ovl->pos_x = 0; in sh_mobile_lcdc_overlay_init()
/drivers/gpu/drm/omapdrm/
Domap_plane.c149 DBG("%d,%d %08x %08x", info->pos_x, info->pos_y, in omap_plane_pre_apply()
189 omap_framebuffer_flush(plane->fb, info->pos_x, info->pos_y, in omap_plane_post_apply()
Domap_fb.c165 info->pos_x = win->crtc_x; in omap_framebuffer_update_scanout()
/drivers/media/platform/exynos4-is/
Dfimc-is.h167 u16 pos_x; member
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c1575 save->pos_x = vmw_read(vmw_priv, SVGA_REG_DISPLAY_POSITION_X); in vmw_kms_save_vga()
1588 save->width = vmw_priv->vga_width - save->pos_x; in vmw_kms_save_vga()
1618 vmw_write(vmw_priv, SVGA_REG_DISPLAY_POSITION_X, save->pos_x); in vmw_kms_restore_vga()
Dvmwgfx_drv.h216 uint32_t pos_x; member
/drivers/media/platform/omap/
Domap_vout.c409 info.pos_x = posx; in omapvid_setup_overlay()
429 info.color_mode, info.rotation, info.mirror, info.pos_x, in omapvid_setup_overlay()