Home
last modified time | relevance | path

Searched refs:x_res (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v4.19/drivers/mfd/
Ducb1x00-ts.c49 u16 x_res; member
330 ts->x_res = ucb1x00_ts_read_xres(ts); in ucb1x00_ts_open()
397 ts->x_res = ucb1x00_ts_read_xres(ts); in ucb1x00_ts_add()
401 input_set_abs_params(idev, ABS_X, 0, ts->x_res, 0, 0); in ucb1x00_ts_add()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c38 *xres = dssdev->panel.timings.x_res; in omapdss_default_get_resolution()
276 ovt->x_res = vm->hactive; in videomode_to_omap_video_timings()
309 vm->hactive = ovt->x_res; in omap_video_timings_to_videomode()
Dhdmi_wp.c143 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()
191 video_fmt->x_res = param->timings.x_res; in hdmi_wp_init_vid_fmt_timings()
Ddisplay-sysfs.c109 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show()
134 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
Dhdmi5_core.c298 video_cfg->v_fc_config.timings.x_res = cfg->timings.x_res; in hdmi_core_init()
340 cfg->v_fc_config.timings.x_res >> 8, 4, 0); in hdmi_core_video_config()
342 cfg->v_fc_config.timings.x_res & 0xFF, 7, 0); in hdmi_core_video_config()
Doverlay.c156 dw = mgr_timings->x_res; in dss_ovl_check()
/Linux-v4.19/drivers/input/touchscreen/
Ducb1400_ts.c323 int error, x_res, y_res; in ucb1400_ts_probe() local
365 x_res = ucb1400_ts_read_xres(ucb); in ucb1400_ts_probe()
368 dev_dbg(&pdev->dev, "x/y = %d/%d\n", x_res, y_res); in ucb1400_ts_probe()
370 input_set_abs_params(ucb->ts_idev, ABS_X, 0, x_res, 0, 0); in ucb1400_ts_probe()
/Linux-v4.19/drivers/video/fbdev/omap/
Dlcd_htcherald.c43 .x_res = 240,
Dlcd_palmte.c37 .x_res = 320,
Dlcd_palmtt.c47 .x_res = 320,
Dlcd_palmz71.c42 .x_res = 320,
Dlcd_inn1510.c47 .x_res = 240,
Dlcd_osk.c67 .x_res = 240,
Dlcd_h3.c63 .x_res = 240,
Dlcd_inn1610.c78 .x_res = 320,
Dlcdc.c301 rot_x = panel->x_res; in omap_lcdc_setup_plane()
305 rot_y = panel->x_res; in omap_lcdc_setup_plane()
493 l = panel->x_res - 1; in setup_regs()
641 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res); in alloc_fbmem()
Domapfb_main.c501 xres_max = panel->x_res; in set_fb_var()
505 var->xres = panel->x_res; in set_fb_var()
514 yres_max = panel->x_res; in set_fb_var()
517 var->yres = panel->x_res; in set_fb_var()
700 xres = fbdev->panel->x_res; in omapfb_update_window_async()
706 yres = fbdev->panel->x_res; in omapfb_update_window_async()
784 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane()
1683 def_vxres = def_vxres ? def_vxres : fbdev->panel->x_res; in omapfb_do_probe()
1747 hhz = phz * 10 / (panel->hfp + panel->x_res + panel->hbp + panel->hsw); in omapfb_do_probe()
Dlcd_ams_delta.c145 .x_res = 480,
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c142 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()
202 video_fmt->x_res = param->vm.hactive; in hdmi_wp_init_vid_fmt_timings()
221 video_fmt->x_res *= 2; in hdmi_wp_init_vid_fmt_timings()
/Linux-v4.19/arch/powerpc/boot/
Dredboot.h42 short x_res; /* Horizontal resolution in pixels */ member
/Linux-v4.19/drivers/input/mouse/
Delantech.h147 unsigned int x_res; member
/Linux-v4.19/drivers/video/fbdev/
Dacornfb.h91 u_int x_res; member
/Linux-v4.19/include/video/
Dneomagic.h184 int x_res; member
Duvesafb.h45 u16 x_res; member
/Linux-v4.19/drivers/media/platform/omap/
Domap_vout.c465 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
472 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
1100 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out()
1143 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out()
1147 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out()
1309 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_selection()
1313 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_selection()
1830 vout->fbuf.fmt.width = display->panel.timings.x_res; in omap_vout_setup_video_data()
2178 display->panel.timings.x_res, in omap_vout_probe()

123