Home
last modified time | relevance | path

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

12

/linux/drivers/input/touchscreen/
H A Dhimax_hx852x.c66 __be16 x_res; member
194 int x_res, y_res; in hx852x_read_config() local
224 x_res = be16_to_cpu(conf.x_res); in hx852x_read_config()
228 x_res, y_res, hx->max_fingers); in hx852x_read_config()
237 if (x_res && y_res) { in hx852x_read_config()
238 input_set_abs_params(hx->input_dev, ABS_MT_POSITION_X, 0, x_res - 1, 0, 0); in hx852x_read_config()
H A Delants_i2c.c166 unsigned int x_res; /* resolution in units/mm */ member
576 ts->x_res = DIV_ROUND_CLOSEST(ts->x_max, phy_x); in elants_i2c_query_ts_info_ekth()
1498 ts->x_res = DIV_ROUND_CLOSEST(ts->prop.max_x, ts->phy_x); in elants_i2c_probe()
1502 input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->x_res); in elants_i2c_probe()
/linux/drivers/mfd/
H 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/video/fbdev/omap2/omapfb/dss/
H 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()
H A Ddisplay-sysfs.c99 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show()
124 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
H A Doverlay.c145 dw = mgr_timings->x_res; in dss_ovl_check()
H A Dhdmi.h169 u32 x_res; /* pixel per line */ member
/linux/drivers/gpu/drm/omapdrm/dss/
H 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()
H A Dhdmi.h173 u32 x_res; /* pixel per line */ member
/linux/drivers/video/fbdev/omap/
H A Dlcd_palmte.c24 .x_res = 320,
H A Domapfb_main.c487 xres_max = panel->x_res; in set_fb_var()
491 var->xres = panel->x_res; in set_fb_var()
500 yres_max = panel->x_res; in set_fb_var()
503 var->yres = panel->x_res; in set_fb_var()
692 xres = fbdev->panel->x_res; in omapfb_update_window_async()
698 yres = fbdev->panel->x_res; in omapfb_update_window_async()
775 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane()
1679 def_vxres = def_vxres ? def_vxres : fbdev->panel->x_res; in omapfb_do_probe()
1743 hhz = phz * 10 / (panel->hfp + panel->x_res + panel->hbp + panel->hsw); in omapfb_do_probe()
H A Dlcd_ams_delta.c109 .x_res = 480,
H A Domapfb.h64 int x_res, y_res; member
/linux/arch/powerpc/boot/
H A Dredboot.h42 short x_res; /* Horizontal resolution in pixels */ member
/linux/drivers/media/platform/ti/omap/
H 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()
1211 vout->fbuf.fmt.width = timing->x_res; in vidioc_g_fbuf()
1332 vout->fbuf.fmt.width = display->panel.timings.x_res; in omap_vout_setup_video_data()
1692 display->panel.timings.x_res, in omap_vout_probe()
/linux/drivers/input/mouse/
H A Delan_i2c_core.c73 unsigned int x_res; member
459 data->x_res = elan_convert_resolution(hw_x_res, data->pattern); in elan_query_device_parameters()
466 data->x_res = 1; in elan_query_device_parameters()
469 data->x_res = (data->max_x + 1) / x_mm; in elan_query_device_parameters()
1192 input_abs_set_res(input, ABS_X, data->x_res); in elan_setup_input_device()
1203 input_abs_set_res(input, ABS_MT_POSITION_X, data->x_res); in elan_setup_input_device()
1312 data->x_res, data->y_res, in elan_probe()
H A Delantech.h152 unsigned int x_res; member
H A Delantech.c1105 unsigned int *x_res, in elantech_get_resolution_v4() argument
1114 *x_res = elantech_convert_res(param[1] & 0x0f); in elantech_get_resolution_v4()
1250 input_abs_set_res(dev, ABS_X, info->x_res); in elantech_set_input_params()
1253 input_abs_set_res(dev, ABS_MT_POSITION_X, info->x_res); in elantech_set_input_params()
1803 info->x_res = 31; in elantech_query_info()
1807 &info->x_res, in elantech_query_info()
1947 if (info->x_res) in elantech_create_smbus()
1949 (info->x_max + 1) / info->x_res); in elantech_create_smbus()
/linux/include/video/
H A Dneomagic.h184 int x_res; member
H A Duvesafb.h45 u16 x_res; member
/linux/drivers/video/fbdev/
H A Dacornfb.h88 u_int x_res; member
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c369 *xres = dssdev->panel.timings.x_res; in dsicm_get_resolution()
876 dssdev->panel.timings.x_res, in dsicm_update()
1008 dssdev->panel.timings.x_res * in dsicm_memory_read()
1138 ddata->timings.x_res = 864; in dsicm_probe()
H A Dconnector-analog-tv.c28 .x_res = 720,
H A Dconnector-hdmi.c21 .x_res = 640,
H A Dpanel-lgphilips-lb035q02.c19 .x_res = 320,

12