Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay.c170 if (dh < info->pos_y + outh) { in dss_ovl_check()
173 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
Doverlay-sysfs.c131 info.pos_x, info.pos_y); in overlay_position_show()
148 info.pos_y = simple_strtoul(last, &last, 10); in overlay_position_store()
Ddispc.c2556 u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, in dispc_ovl_setup_common() argument
2605 pos_y /= 2; in dispc_ovl_setup_common()
2609 "out_height %d\n", in_height, pos_y, in dispc_ovl_setup_common()
2722 DSSDBG("%d,%d %dx%d -> %dx%d\n", pos_x, pos_y, in_width, in dispc_ovl_setup_common()
2725 dispc_ovl_set_pos(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()
2766 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup()
/linux-5.19.10/drivers/input/
Dmousedev.c102 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-5.19.10/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c110 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()
Domapfb-main.c908 info.pos_y = posy; in omapfb_setup_overlay()
980 posy = info.pos_y; in omapfb_apply_changes()
/linux-5.19.10/drivers/input/touchscreen/
Dsur40.c68 __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-5.19.10/drivers/input/mouse/
Delan_i2c_core.c925 unsigned int pos_x, pos_y; in elan_report_contact() local
931 pos_y = get_unaligned_be16(&finger_data[2]); in elan_report_contact()
934 pos_y = ((finger_data[0] & 0x0f) << 8) | finger_data[2]; in elan_report_contact()
937 if (pos_x > data->max_x || pos_y > data->max_y) { in elan_report_contact()
940 contact_num, pos_x, pos_y, in elan_report_contact()
953 input_report_abs(input, ABS_MT_POSITION_Y, data->max_y - pos_y); in elan_report_contact()
/linux-5.19.10/drivers/video/fbdev/omap/
Dlcdc.c282 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()
Domapfb.h156 int pos_x, int pos_y, int width,
Domapfb_main.c190 plane->info.pos_x, plane->info.pos_y, in ctrl_change_mode()
769 pi->pos_y + pi->out_height > panel->y_res) in omapfb_setup_plane()
Dhwa742.c529 int pos_x, int pos_y, int width, int height, in hwa742_setup_plane() argument
/linux-5.19.10/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c202 int pos_y; member
851 (ovl->pos_y << LDBBLOCR_CVLC_SHIFT) | in sh_mobile_lcdc_overlay_setup()
1268 return scnprintf(buf, PAGE_SIZE, "%d,%d\n", ovl->pos_x, ovl->pos_y); in overlay_position_show()
1279 int pos_y; in overlay_position_store() local
1285 pos_y = simple_strtol(endp + 1, &endp, 10); in overlay_position_store()
1292 if (ovl->pos_x != pos_x || ovl->pos_y != pos_y) { in overlay_position_store()
1294 ovl->pos_y = pos_y; in overlay_position_store()
2373 ovl->pos_y = 0; in sh_mobile_lcdc_overlay_init()
/linux-5.19.10/include/uapi/linux/
Domapfb.h139 __u32 pos_y; member
/linux-5.19.10/drivers/media/platform/samsung/exynos4-is/
Dfimc-is.h168 u16 pos_y; member
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Domapdss.h160 u16 pos_y; member
Ddispc.c2619 u16 screen_width, int pos_x, int pos_y, in dispc_ovl_setup_common() argument
2670 pos_y /= 2; in dispc_ovl_setup_common()
2674 in_height, pos_y, out_height); in dispc_ovl_setup_common()
2764 DSSDBG("%d,%d %dx%d -> %dx%d\n", pos_x, pos_y, in_width, in dispc_ovl_setup_common()
2767 dispc_ovl_set_pos(dispc, plane, caps, pos_x, pos_y); in dispc_ovl_setup_common()
2807 oi->pos_y, oi->width, oi->height, oi->out_width, oi->out_height, in dispc_ovl_setup()
2813 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup()
2830 const int pos_x = 0, pos_y = 0; in dispc_wb_setup() local
2847 wi->buf_width, pos_x, pos_y, in_width, in_height, wi->width, in dispc_wb_setup()
4609 .pos_x = 0, .pos_y = 0,
/linux-5.19.10/drivers/gpu/drm/omapdrm/
Domap_plane.c118 DBG("%d,%d %pad %pad", info.pos_x, info.pos_y, in omap_plane_atomic_update()
134 DBG("%d,%d %pad %pad", r_info.pos_x, r_info.pos_y, in omap_plane_atomic_update()
Domap_fb.c145 info->pos_y = state->crtc_y; in omap_framebuffer_update_scanout()
/linux-5.19.10/include/video/
Domapfb_dss.h306 u16 pos_y; member
/linux-5.19.10/drivers/media/platform/ti/omap/
Domap_vout.c318 info.pos_y = posy; in omapvid_setup_overlay()
338 info.pos_y, info.out_width, info.out_height, info.rotation_type, in omapvid_setup_overlay()
/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h461 uint32_t pos_y; member