Home
last modified time | relevance | path

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

123

/linux/drivers/mfd/
A Ducb1x00-ts.c46 u16 x_res; member
327 ts->x_res = ucb1x00_ts_read_xres(ts); in ucb1x00_ts_open()
394 ts->x_res = ucb1x00_ts_read_xres(ts); in ucb1x00_ts_add()
398 input_set_abs_params(idev, ABS_X, 0, ts->x_res, 0, 0); in ucb1x00_ts_add()
/linux/drivers/input/touchscreen/
A Ducb1400_ts.c320 int error, x_res, y_res; in ucb1400_ts_probe() local
362 x_res = ucb1400_ts_read_xres(ucb); in ucb1400_ts_probe()
365 dev_dbg(&pdev->dev, "x/y = %d/%d\n", x_res, y_res); in ucb1400_ts_probe()
367 input_set_abs_params(ucb->ts_idev, ABS_X, 0, x_res, 0, 0); in ucb1400_ts_probe()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddisplay.c27 *xres = dssdev->panel.timings.x_res; in omapdss_default_get_resolution()
265 ovt->x_res = vm->hactive; in videomode_to_omap_video_timings()
298 vm->hactive = ovt->x_res; in omap_video_timings_to_videomode()
A Dhdmi_wp.c140 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()
188 video_fmt->x_res = param->timings.x_res; in hdmi_wp_init_vid_fmt_timings()
A Ddisplay-sysfs.c98 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show()
123 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
A Dhdmi5_core.c287 video_cfg->v_fc_config.timings.x_res = cfg->timings.x_res; in hdmi_core_init()
329 cfg->v_fc_config.timings.x_res >> 8, 4, 0); in hdmi_core_video_config()
331 cfg->v_fc_config.timings.x_res & 0xFF, 7, 0); in hdmi_core_video_config()
/linux/drivers/gpu/drm/omapdrm/dss/
A Dhdmi_wp.c139 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()
199 video_fmt->x_res = param->vm.hactive; in hdmi_wp_init_vid_fmt_timings()
218 video_fmt->x_res *= 2; in hdmi_wp_init_vid_fmt_timings()
/linux/drivers/media/platform/omap/
A Domap_vout.c389 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
396 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
627 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out()
668 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out()
672 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out()
847 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_selection()
851 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_selection()
1210 vout->fbuf.fmt.width = timing->x_res; in vidioc_g_fbuf()
1333 vout->fbuf.fmt.width = display->panel.timings.x_res; in omap_vout_setup_video_data()
1694 display->panel.timings.x_res, in omap_vout_probe()
/linux/drivers/video/fbdev/omap/
A Dlcdc.c288 rot_x = panel->x_res; in omap_lcdc_setup_plane()
292 rot_y = panel->x_res; in omap_lcdc_setup_plane()
480 l = panel->x_res - 1; in setup_regs()
628 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res); in alloc_fbmem()
A Dlcd_htcherald.c30 .x_res = 240,
A Dlcd_palmte.c24 .x_res = 320,
A Dlcd_palmtt.c34 .x_res = 320,
A Dlcd_palmz71.c29 .x_res = 320,
A Dlcd_inn1510.c34 .x_res = 240,
A Dlcd_osk.c54 .x_res = 240,
A Dlcd_h3.c50 .x_res = 240,
A Dlcd_inn1610.c65 .x_res = 320,
A Domapfb_main.c485 xres_max = panel->x_res; in set_fb_var()
489 var->xres = panel->x_res; in set_fb_var()
498 yres_max = panel->x_res; in set_fb_var()
501 var->yres = panel->x_res; in set_fb_var()
684 xres = fbdev->panel->x_res; in omapfb_update_window_async()
690 yres = fbdev->panel->x_res; in omapfb_update_window_async()
768 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane()
1672 def_vxres = def_vxres ? def_vxres : fbdev->panel->x_res; in omapfb_do_probe()
1736 hhz = phz * 10 / (panel->hfp + panel->x_res + panel->hbp + panel->hsw); in omapfb_do_probe()
/linux/arch/powerpc/boot/
A Dredboot.h42 short x_res; /* Horizontal resolution in pixels */ member
/linux/drivers/input/mouse/
A Delantech.c1104 unsigned int *x_res, in elantech_get_resolution_v4() argument
1113 *x_res = elantech_convert_res(param[1] & 0x0f); in elantech_get_resolution_v4()
1249 input_abs_set_res(dev, ABS_X, info->x_res); in elantech_set_input_params()
1252 input_abs_set_res(dev, ABS_MT_POSITION_X, info->x_res); in elantech_set_input_params()
1771 info->x_res = 31; in elantech_query_info()
1775 &info->x_res, in elantech_query_info()
1915 if (info->x_res) in elantech_create_smbus()
1917 (info->x_max + 1) / info->x_res); in elantech_create_smbus()
A Delan_i2c_core.c71 unsigned int x_res; member
474 data->x_res = elan_convert_resolution(hw_x_res, data->pattern); in elan_query_device_parameters()
477 data->x_res = (data->max_x + 1) / x_mm; in elan_query_device_parameters()
1191 input_abs_set_res(input, ABS_X, data->x_res); in elan_setup_input_device()
1202 input_abs_set_res(input, ABS_MT_POSITION_X, data->x_res); in elan_setup_input_device()
1317 data->x_res, data->y_res, in elan_probe()
A Delantech.h152 unsigned int x_res; member
/linux/drivers/video/fbdev/
A Dacornfb.h88 u_int x_res; member
/linux/include/video/
A Duvesafb.h45 u16 x_res; member
A Dneomagic.h184 int x_res; member

Completed in 35 milliseconds

123