| /Linux-v6.6/drivers/mfd/ |
| D | ucb1x00-ts.c | 46 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-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | display.c | 27 *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()
|
| D | hdmi_wp.c | 140 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()
|
| D | display-sysfs.c | 99 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()
|
| D | hdmi5_core.c | 285 video_cfg->v_fc_config.timings.x_res = cfg->timings.x_res; in hdmi_core_init() 327 cfg->v_fc_config.timings.x_res >> 8, 4, 0); in hdmi_core_video_config() 329 cfg->v_fc_config.timings.x_res & 0xFF, 7, 0); in hdmi_core_video_config()
|
| D | overlay.c | 145 dw = mgr_timings->x_res; in dss_ovl_check()
|
| /Linux-v6.6/drivers/gpu/drm/omapdrm/dss/ |
| D | hdmi_wp.c | 139 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-v6.6/drivers/video/fbdev/omap/ |
| D | lcd_palmte.c | 24 .x_res = 320,
|
| D | lcdc.c | 290 rot_x = panel->x_res; in omap_lcdc_setup_plane() 294 rot_y = panel->x_res; in omap_lcdc_setup_plane() 482 l = panel->x_res - 1; in setup_regs() 630 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res); in alloc_fbmem()
|
| D | omapfb_main.c | 485 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() 690 xres = fbdev->panel->x_res; in omapfb_update_window_async() 696 yres = fbdev->panel->x_res; in omapfb_update_window_async() 773 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane() 1686 def_vxres = def_vxres ? def_vxres : fbdev->panel->x_res; in omapfb_do_probe() 1750 hhz = phz * 10 / (panel->hfp + panel->x_res + panel->hbp + panel->hsw); in omapfb_do_probe()
|
| D | lcd_ams_delta.c | 109 .x_res = 480,
|
| D | omapfb.h | 64 int x_res, y_res; member
|
| /Linux-v6.6/arch/powerpc/boot/ |
| D | redboot.h | 42 short x_res; /* Horizontal resolution in pixels */ member
|
| /Linux-v6.6/drivers/media/platform/ti/omap/ |
| D | omap_vout.c | 389 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() 1693 display->panel.timings.x_res, in omap_vout_probe()
|
| /Linux-v6.6/drivers/input/mouse/ |
| D | elantech.h | 152 unsigned int x_res; member
|
| D | elan_i2c_core.c | 72 unsigned int x_res; member 439 data->x_res = elan_convert_resolution(hw_x_res, data->pattern); in elan_query_device_parameters() 442 data->x_res = (data->max_x + 1) / x_mm; in elan_query_device_parameters() 1156 input_abs_set_res(input, ABS_X, data->x_res); in elan_setup_input_device() 1167 input_abs_set_res(input, ABS_MT_POSITION_X, data->x_res); in elan_setup_input_device() 1276 data->x_res, data->y_res, in elan_probe()
|
| D | elantech.c | 1105 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() 1772 info->x_res = 31; in elantech_query_info() 1776 &info->x_res, in elantech_query_info() 1916 if (info->x_res) in elantech_create_smbus() 1918 (info->x_max + 1) / info->x_res); in elantech_create_smbus()
|
| D | alps.h | 306 unsigned int x_res; member
|
| D | synaptics.h | 175 u32 x_res, y_res; /* X/Y resolution in units/mm */ member
|
| /Linux-v6.6/drivers/video/fbdev/ |
| D | acornfb.h | 88 u_int x_res; member
|
| /Linux-v6.6/include/video/ |
| D | neomagic.h | 184 int x_res; member
|
| D | uvesafb.h | 45 u16 x_res; member
|
| /Linux-v6.6/drivers/video/fbdev/omap2/omapfb/displays/ |
| D | panel-dsi-cm.c | 374 *xres = dssdev->panel.timings.x_res; in dsicm_get_resolution() 881 dssdev->panel.timings.x_res, in dsicm_update() 1013 dssdev->panel.timings.x_res * in dsicm_memory_read() 1143 ddata->timings.x_res = 864; in dsicm_probe()
|
| D | connector-analog-tv.c | 28 .x_res = 720,
|
| /Linux-v6.6/drivers/input/touchscreen/ |
| D | elants_i2c.c | 166 unsigned int x_res; /* resolution in units/mm */ member 578 ts->x_res = DIV_ROUND_CLOSEST(ts->x_max, phy_x); in elants_i2c_query_ts_info_ekth() 1514 ts->x_res = DIV_ROUND_CLOSEST(ts->prop.max_x, ts->phy_x); in elants_i2c_probe() 1518 input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->x_res); in elants_i2c_probe()
|