Home
last modified time | relevance | path

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

123

/drivers/video/omap2/displays/
Dpanel-generic-dpi.c59 .x_res = 480,
86 .x_res = 480,
113 .x_res = 480,
140 .x_res = 480,
167 .x_res = 800,
194 .x_res = 480,
221 .x_res = 800,
248 .x_res = 240,
273 .x_res = 240,
298 .x_res = 800,
[all …]
Dpanel-n8x0.c298 omapdss_rfbi_set_size(dssdev, dssdev->panel.timings.x_res, in n8x0_panel_power_on()
430 dssdev->panel.timings.x_res = 800; in n8x0_panel_probe()
509 *xres = dssdev->panel.timings.x_res; in n8x0_panel_get_resolution()
526 dw = dssdev->panel.timings.x_res; in n8x0_panel_update()
Dpanel-picodlp.c62 .x_res = 864,
513 *xres = dssdev->panel.timings.x_res; in picodlp_get_resolution()
Dpanel-sharp-ls037v7dw01.c32 .x_res = 480,
/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()
/drivers/input/touchscreen/
Ducb1400_ts.c324 int error, x_res, y_res; in ucb1400_ts_probe() local
366 x_res = ucb1400_ts_read_xres(ucb); in ucb1400_ts_probe()
369 dev_dbg(&pdev->dev, "x/y = %d/%d\n", x_res, y_res); in ucb1400_ts_probe()
371 input_set_abs_params(ucb->ts_idev, ABS_X, 0, x_res, 0, 0); in ucb1400_ts_probe()
/drivers/video/omap/
Dlcdc.c302 rot_x = panel->x_res; in omap_lcdc_setup_plane()
306 rot_y = panel->x_res; in omap_lcdc_setup_plane()
494 l = panel->x_res - 1; in setup_regs()
678 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res); in alloc_fbmem()
Dlcd_htcherald.c67 .x_res = 240,
Dlcd_inn1510.c62 .x_res = 240,
Dlcd_palmte.c61 .x_res = 320,
Dlcd_palmz71.c62 .x_res = 320,
Dlcd_palmtt.c66 .x_res = 320,
Domapfb_main.c504 xres_max = panel->x_res; in set_fb_var()
508 var->xres = panel->x_res; in set_fb_var()
517 yres_max = panel->x_res; in set_fb_var()
520 var->yres = panel->x_res; in set_fb_var()
724 xres = fbdev->panel->x_res; in omapfb_update_window_async()
730 yres = fbdev->panel->x_res; in omapfb_update_window_async()
808 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane()
1716 def_vxres = def_vxres ? def_vxres : fbdev->panel->x_res; in omapfb_do_probe()
1780 hhz = phz * 10 / (panel->hfp + panel->x_res + panel->hbp + panel->hsw); in omapfb_do_probe()
Dlcd_osk.c83 .x_res = 240,
Dlcd_inn1610.c83 .x_res = 320,
Dlcd_h3.c77 .x_res = 240,
Dlcd_ams_delta.c150 .x_res = 480,
/drivers/video/omap2/dss/
Dhdmi_panel.c46 .x_res = 640, in hdmi_panel_probe()
67 dssdev->panel.timings.x_res, in hdmi_panel_probe()
Ddisplay-sysfs.c109 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show()
135 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
Doverlay.c161 dw = mgr_timings->x_res; in dss_ovl_check()
/drivers/input/mouse/
Delantech.c942 unsigned int *x_res, in elantech_get_resolution_v4() argument
950 *x_res = elantech_convert_res(param[1] & 0x0f); in elantech_get_resolution_v4()
964 unsigned int x_res = 0, y_res = 0; in elantech_set_input_params() local
1013 if (elantech_get_resolution_v4(psmouse, &x_res, &y_res)) { in elantech_set_input_params()
1027 input_abs_set_res(dev, ABS_X, x_res); in elantech_set_input_params()
1041 input_abs_set_res(dev, ABS_MT_POSITION_X, x_res); in elantech_set_input_params()
Dsynaptics.h158 unsigned int x_res, y_res; /* X/Y resolution in units/mm */ member
/drivers/gpu/drm/omapdrm/
Domap_connector.c42 mode->hdisplay = timings->x_res; in copy_timings_omap_to_drm()
73 timings->x_res = mode->hdisplay; in copy_timings_drm_to_omap()
/drivers/media/platform/omap/
Domap_vout.c483 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
492 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
1112 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out()
1155 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out()
1159 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out()
1318 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_crop()
1322 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_crop()
1903 vout->fbuf.fmt.width = display->panel.timings.x_res; in omap_vout_setup_video_data()
2246 display->panel.timings.x_res, in omap_vout_probe()
/drivers/video/
Dacornfb.h95 u_int x_res; member

123