Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Doverlay.c163 if (dw < info->pos_x + outw) { in dss_ovl_check()
166 ovl->id, info->pos_x, outw, dw); in dss_ovl_check()
A Ddispc.c72 u16 pos_x, unsigned long *core_clk, bool mem_to_mem);
2107 const struct omap_video_timings *t, u16 pos_x, in check_horiz_timing_omap3() argument
2138 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk); in check_horiz_timing_omap3()
2256 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_24xx() argument
2302 u16 pos_x, unsigned long *core_clk, bool mem_to_mem) in dispc_ovl_calc_scaling_34xx() argument
2329 pos_x, in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx()
2432 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2525 int pos_x = oi->pos_x; in dispc_ovl_check() local
2549 &five_taps, x_predecim, y_predecim, pos_x, in dispc_ovl_check()
2618 &five_taps, &x_predecim, &y_predecim, pos_x, in dispc_ovl_setup_common()
[all …]
A Doverlay-sysfs.c131 info.pos_x, info.pos_y); in overlay_position_show()
143 info.pos_x = simple_strtoul(buf, &last, 10); in overlay_position_store()
/linux/drivers/input/
A Dmousedev.c102 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/video/fbdev/omap2/omapfb/
A Domapfb-ioctl.c110 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y, in omapfb_setup_plane()
119 info.pos_x = pi->pos_x; in omapfb_setup_plane()
189 pi->pos_x = ovli.pos_x; in omapfb_query_plane()
A Domapfb-main.c907 info.pos_x = posx; in omapfb_setup_overlay()
979 posx = info.pos_x; in omapfb_apply_changes()
/linux/drivers/input/mouse/
A Delan_i2c_core.c959 unsigned int pos_x, pos_y; in elan_report_contact() local
964 pos_x = get_unaligned_be16(&finger_data[0]); in elan_report_contact()
967 pos_x = ((finger_data[0] & 0xf0) << 4) | finger_data[1]; in elan_report_contact()
971 if (pos_x > data->max_x || pos_y > data->max_y) { in elan_report_contact()
974 contact_num, pos_x, pos_y, in elan_report_contact()
986 input_report_abs(input, ABS_MT_POSITION_X, pos_x); in elan_report_contact()
/linux/drivers/input/touchscreen/
A Dsur40.c67 __le16 pos_x; /* finger tip position */ member
419 int bb_size_x, bb_size_y, pos_x, pos_y, ctr_x, ctr_y, slotnum; in sur40_report_blob() local
431 pos_x = le16_to_cpu(blob->pos_x); in sur40_report_blob()
443 input_report_abs(input, ABS_MT_POSITION_X, pos_x); in sur40_report_blob()
/linux/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c106 u16 pos_x, unsigned long *core_clk, bool mem_to_mem);
2143 const struct videomode *vm, u16 pos_x, in check_horiz_timing_omap3() argument
2297 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_24xx() argument
2346 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_34xx() argument
2373 pos_x, in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx()
2434 u16 pos_x, unsigned long *core_clk, in dispc_ovl_calc_scaling_44xx() argument
2501 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2570 &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling()
2606 u16 screen_width, int pos_x, int pos_y, in dispc_ovl_setup_common() argument
2817 const int pos_x = 0, pos_y = 0; in dispc_wb_setup() local
[all …]
A Domapdss.h159 u16 pos_x; member
/linux/drivers/video/fbdev/omap/
A Dlcdc.c280 int pos_x, int pos_y, int width, int height, in omap_lcdc_setup_plane() argument
294 if (plane != 0 || channel_out != 0 || pos_x != 0 || pos_y != 0 || in omap_lcdc_setup_plane()
299 "w %d h %d\n", plane, pos_x, pos_y, width, height); in omap_lcdc_setup_plane()
A Domapfb.h156 int pos_x, int pos_y, int width,
A Domapfb_main.c190 plane->info.pos_x, plane->info.pos_y, in ctrl_change_mode()
768 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane()
A Dhwa742.c529 int pos_x, int pos_y, int width, int height, in hwa742_setup_plane() argument
/linux/drivers/video/fbdev/
A Dsh_mobile_lcdcfb.c201 int pos_x; member
856 (ovl->pos_x << LDBBLOCR_CHLC_SHIFT)); in sh_mobile_lcdc_overlay_setup()
1272 return scnprintf(buf, PAGE_SIZE, "%d,%d\n", ovl->pos_x, ovl->pos_y); in overlay_position_show()
1282 int pos_x; in overlay_position_store() local
1285 pos_x = simple_strtol(buf, &endp, 10); in overlay_position_store()
1296 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { in overlay_position_store()
1297 ovl->pos_x = pos_x; in overlay_position_store()
2370 ovl->pos_x = 0; in sh_mobile_lcdc_overlay_init()
/linux/include/uapi/linux/
A Domapfb.h138 __u32 pos_x; member
/linux/drivers/media/platform/exynos4-is/
A Dfimc-is.h167 u16 pos_x; member
/linux/drivers/gpu/drm/omapdrm/
A Domap_plane.c76 DBG("%d,%d %pad %pad", info.pos_x, info.pos_y, in omap_plane_atomic_update()
A Domap_fb.c142 info->pos_x = state->crtc_x; in omap_framebuffer_update_scanout()
/linux/include/video/
A Domapfb_dss.h305 u16 pos_x; member
/linux/drivers/media/platform/omap/
A Domap_vout.c317 info.pos_x = posx; in omapvid_setup_overlay()
337 info.color_mode, info.rotation, info.mirror, info.pos_x, in omapvid_setup_overlay()
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_drv.h440 uint32_t pos_x; member

Completed in 84 milliseconds