/drivers/input/touchscreen/ |
D | bu21013_ts.c | 194 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()
|
D | sur40.c | 70 __le16 pos_x; /* finger tip position */ member 269 int pos_x = le16_to_cpu(blob->pos_x); in sur40_report_blob() local 285 input_report_abs(input, ABS_MT_POSITION_X, pos_x); in sur40_report_blob()
|
/drivers/video/fbdev/omap2/dss/ |
D | overlay.c | 174 if (dw < info->pos_x + outw) { in dss_ovl_check() 177 ovl->id, info->pos_x, outw, dw); in dss_ovl_check()
|
D | dispc.c | 83 u16 pos_x, unsigned long *core_clk, bool mem_to_mem); 2105 const struct omap_video_timings *t, u16 pos_x, in check_horiz_timing_omap3() argument 2136 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk); in check_horiz_timing_omap3() 2254 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_24xx() argument 2300 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_34xx() argument 2327 pos_x, in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx() 2361 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, in_width, in dispc_ovl_calc_scaling_34xx() 2385 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_44xx() argument 2430 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument 2479 x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling() [all …]
|
D | overlay-sysfs.c | 142 info.pos_x, info.pos_y); in overlay_position_show() 154 info.pos_x = simple_strtoul(buf, &last, 10); in overlay_position_store()
|
/drivers/input/ |
D | mousedev.c | 105 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 = clamp_val(client->pos_x, 0, xres); in mousedev_notify_readers() 554 client->pos_x = xres / 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() 130 info.pos_x = pi->pos_x; in omapfb_setup_plane() 200 pi->pos_x = ovli.pos_x; in omapfb_query_plane()
|
D | omapfb-main.c | 917 info.pos_x = posx; in omapfb_setup_overlay() 989 posx = info.pos_x; in omapfb_apply_changes()
|
/drivers/input/mouse/ |
D | elan_i2c_core.c | 842 unsigned int pos_x, pos_y; in elan_report_contact() local 848 pos_x = ((finger_data[0] & 0xf0) << 4) | 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() 881 input_report_abs(input, ABS_MT_POSITION_X, pos_x); 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() 803 if (pi->pos_x + pi->out_width > panel->x_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 | 202 int pos_x; member 945 (ovl->pos_x << LDBBLOCR_CHLC_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() 1421 int pos_x; in overlay_position_store() local 1424 pos_x = simple_strtol(buf, &endp, 10); in overlay_position_store() 1435 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { in overlay_position_store() 1436 ovl->pos_x = pos_x; in overlay_position_store() 2562 ovl->pos_x = 0; in sh_mobile_lcdc_overlay_init()
|
/drivers/media/platform/exynos4-is/ |
D | fimc-is.h | 167 u16 pos_x; 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 | 160 info->pos_x = win->crtc_x; in omap_framebuffer_update_scanout()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1242 save->pos_x = vmw_read(vmw_priv, SVGA_REG_DISPLAY_POSITION_X); in vmw_kms_save_vga() 1255 save->width = vmw_priv->vga_width - save->pos_x; in vmw_kms_save_vga() 1285 vmw_write(vmw_priv, SVGA_REG_DISPLAY_POSITION_X, save->pos_x); in vmw_kms_restore_vga()
|
D | vmwgfx_drv.h | 331 uint32_t pos_x; member
|
/drivers/media/platform/omap/ |
D | omap_vout.c | 393 info.pos_x = posx; in omapvid_setup_overlay() 413 info.color_mode, info.rotation, info.mirror, info.pos_x, in omapvid_setup_overlay()
|