/linux-4.4.14/drivers/mfd/ |
D | ucb1x00-ts.c | 49 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-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | display.c | 38 *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()
|
D | hdmi_wp.c | 141 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format() 189 video_fmt->x_res = param->timings.x_res; in hdmi_wp_init_vid_fmt_timings()
|
D | display-sysfs.c | 109 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()
|
D | hdmi5_core.c | 298 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()
|
D | overlay.c | 156 dw = mgr_timings->x_res; in dss_ovl_check()
|
D | hdmi.h | 179 u32 x_res; /* pixel per line */ member
|
D | venc.c | 267 .x_res = 720, 288 .x_res = 720,
|
D | dsi.c | 3340 if (dsi->line_buffer_size <= timings->x_res * bpp / 8) in dsi_config_vp_num_line_buffers() 3508 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_config_cmd_mode_interleaving() 3727 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_proto_timings() 3870 word_count = DIV_ROUND_UP(dsi->timings.x_res * bpp, 8); in dsi_enable_video_output() 3932 u16 w = dsi->timings.x_res; in dsi_update_screen_dispc() 4070 dw = dsi->timings.x_res; in dsi_update() 4375 hact = t->x_res; in print_dispc_vm() 4416 vm.x_res = t->hact; in print_dsi_dispc_vm() 4435 t->x_res = ctx->config->timings->x_res; in dsi_cm_calc_dispc_cb() 4539 xres = req_vm->x_res; in dsi_vm_calc_blanking()
|
D | rfbi.c | 311 u16 width = rfbi.timings.x_res; in rfbi_transfer_area() 780 rfbi.timings.x_res = w; in rfbi_set_size()
|
D | dispc.c | 2115 nonactive = t->x_res + t->hfp + t->hsw + t->hbp - out_width; in check_horiz_timing_omap3() 2168 unsigned int ppl = mgr_timings->x_res; in calc_core_clk_five_taps() 2783 int in_width = mgr_timings->x_res; in dispc_wb_setup() 3059 if (!_dispc_mgr_size_ok(timings->x_res, timings->y_res)) in dispc_mgr_timings_ok() 3196 DSSDBG("channel %d xres %u yres %u\n", channel, t.x_res, t.y_res); in dispc_mgr_set_timings() 3208 xtot = t.x_res + t.hfp + t.hsw + t.hbp; in dispc_mgr_set_timings() 3227 dispc_mgr_set_size(channel, t.x_res, t.y_res); in dispc_mgr_set_timings()
|
D | hdmi5.c | 194 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n", p->x_res, p->y_res); in hdmi_power_on_full()
|
D | hdmi4.c | 182 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n", p->x_res, p->y_res); in hdmi_power_on_full()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | ucb1400_ts.c | 323 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()
|
D | elants_i2c.c | 136 unsigned int x_res; /* resolution in units/mm */ member 485 ts->x_res = DIV_ROUND_CLOSEST(ts->x_max, phy_x); in elants_i2c_query_ts_info() 1235 input_abs_set_res(ts->input, ABS_X, ts->x_res); in elants_i2c_probe() 1251 input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->x_res); in elants_i2c_probe()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | redboot.h | 41 short x_res; /* Horizontal resolution in pixels */ member
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | lcd_inn1510.c | 62 .x_res = 240,
|
D | lcd_htcherald.c | 67 .x_res = 240,
|
D | lcd_palmz71.c | 62 .x_res = 320,
|
D | lcd_palmtt.c | 66 .x_res = 320,
|
D | lcd_palmte.c | 61 .x_res = 320,
|
D | lcd_osk.c | 83 .x_res = 240,
|
D | lcd_inn1610.c | 83 .x_res = 320,
|
D | lcd_h3.c | 77 .x_res = 240,
|
D | lcdc.c | 301 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()
|
D | omapfb_main.c | 499 xres_max = panel->x_res; in set_fb_var() 503 var->xres = panel->x_res; in set_fb_var() 512 yres_max = panel->x_res; in set_fb_var() 515 var->yres = panel->x_res; in set_fb_var() 719 xres = fbdev->panel->x_res; in omapfb_update_window_async() 725 yres = fbdev->panel->x_res; in omapfb_update_window_async() 803 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane() 1711 def_vxres = def_vxres ? def_vxres : fbdev->panel->x_res; in omapfb_do_probe() 1775 hhz = phz * 10 / (panel->hfp + panel->x_res + panel->hbp + panel->hsw); in omapfb_do_probe()
|
D | lcd_ams_delta.c | 150 .x_res = 480,
|
D | omapfb.h | 77 int x_res, y_res; member
|
D | hwa742.c | 352 int scr_width = hwa742.fbdev->panel->x_res; in send_frame_handler() 1001 hwa742.auto_update_window.width = fbdev->panel->x_res; in hwa742_init()
|
D | lcd_mipid.c | 510 .x_res = 800,
|
/linux-4.4.14/drivers/video/fbdev/ |
D | acornfb.h | 91 u_int x_res; member
|
D | uvesafb.c | 278 var->xres = mode->x_res; in uvesafb_setup_var() 280 var->xres_virtual = mode->x_res; in uvesafb_setup_var() 319 h = abs(par->vbe_modes[i].x_res - xres) + in uvesafb_vbe_find_mode() 739 var.xres = mode->x_res; in uvesafb_vbe_getmonspecs() 1580 par->vbe_modes[i].x_res, par->vbe_modes[i].y_res, in uvesafb_show_vbe_modes()
|
D | neofb.c | 180 if (xres <= mode[i].x_res) { in neoFindMode() 181 xres_s = mode[i].x_res; in neoFindMode() 183 if (mode[i].x_res != xres_s) in neoFindMode()
|
/linux-4.4.14/include/video/ |
D | uvesafb.h | 44 u16 x_res; member
|
D | neomagic.h | 184 int x_res; member
|
D | omapdss.h | 338 u16 x_res; member
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_connector.c | 51 mode->hdisplay = timings->x_res; in copy_timings_omap_to_drm() 82 timings->x_res = mode->hdisplay; in copy_timings_drm_to_omap()
|
/linux-4.4.14/drivers/input/mouse/ |
D | elantech.c | 1093 unsigned int *x_res, in elantech_get_resolution_v4() argument 1101 *x_res = elantech_convert_res(param[1] & 0x0f); in elantech_get_resolution_v4() 1178 unsigned int x_res = 31, y_res = 31; in elantech_set_input_params() local 1231 if (elantech_get_resolution_v4(psmouse, &x_res, &y_res)) { in elantech_set_input_params() 1266 input_abs_set_res(dev, ABS_X, x_res); in elantech_set_input_params() 1269 input_abs_set_res(dev, ABS_MT_POSITION_X, x_res); in elantech_set_input_params()
|
D | elan_i2c_core.c | 77 unsigned int x_res; member 321 data->x_res = elan_convert_resolution(hw_x_res); in elan_query_device_parameters() 937 input_abs_set_res(input, ABS_X, data->x_res); in elan_setup_input_device() 946 input_abs_set_res(input, ABS_MT_POSITION_X, data->x_res); in elan_setup_input_device() 1064 data->x_res, data->y_res); in elan_probe()
|
D | alps.h | 270 unsigned int x_res; member
|
D | synaptics.h | 174 unsigned int x_res, y_res; /* X/Y resolution in units/mm */ member
|
D | synaptics.c | 400 priv->x_res = resp[0]; /* x resolution in units/mm */ in synaptics_resolution() 934 input_mt_assign_slots(dev, slot, pos, nsemi, DMAX * priv->x_res); in synaptics_report_mt_data() 1163 input_abs_set_res(dev, x_code, priv->x_res); in set_abs_position_params()
|
D | alps.c | 2231 priv->x_res = priv->x_max * 10 / x_phys; /* units / mm */ in alps_get_v3_v7_resolution() 2237 x_phys / 10, y_phys / 10, priv->x_res, priv->y_res); in alps_get_v3_v7_resolution() 2421 priv->x_res = priv->x_max * 10 / x_phys; /* units / mm */ in alps_update_device_area_ss4_v2() 2821 input_abs_set_res(dev1, ABS_MT_POSITION_X, priv->x_res); in alps_set_abs_params_mt_common()
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_vout.c | 465 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() 1099 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out() 1142 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out() 1146 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out() 1305 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_crop() 1309 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_crop() 1887 vout->fbuf.fmt.width = display->panel.timings.x_res; in omap_vout_setup_video_data() 2230 display->panel.timings.x_res, in omap_vout_probe()
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | panel-dsi-cm.c | 386 *xres = dssdev->panel.timings.x_res; in dsicm_get_resolution() 896 dssdev->panel.timings.x_res, in dsicm_update() 1028 dssdev->panel.timings.x_res * in dsicm_memory_read() 1229 ddata->timings.x_res = 864; in dsicm_probe()
|
D | connector-analog-tv.c | 33 .x_res = 720,
|
D | connector-hdmi.c | 24 .x_res = 640,
|
D | connector-dvi.c | 23 .x_res = 640,
|
D | panel-nec-nl8048hl11.c | 71 .x_res = LCD_XRES,
|
D | panel-lgphilips-lb035q02.c | 23 .x_res = 320,
|
D | panel-sharp-ls037v7dw01.c | 40 .x_res = 480,
|
D | panel-tpo-td028ttec1.c | 46 .x_res = 480,
|
D | panel-tpo-td043mtea1.c | 77 .x_res = 800,
|
D | panel-sony-acx565akm.c | 96 .x_res = 800,
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_kms.c | 38 m->id, m->x_res, m->y_res, m->bits, m->stride, m->x_mili, in qxl_dump_mode()
|
D | qxl_dev.h | 265 uint32_t x_res; member
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | intel_bios.h | 290 u16 x_res; member
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 2086 timings->x_res = var->xres; in omapfb_mode_to_timings() 2141 if (temp_timings.x_res != timings.x_res || in omapfb_set_def_mode() 2229 t->x_res = m->xres; in fb_videomode_to_omap_timings()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_bios.h | 342 u16 x_res; member
|
D | intel_bios.c | 248 if (fp_timing->x_res == panel_fixed_mode->hdisplay && in parse_lfp_panel_data()
|
/linux-4.4.14/drivers/hid/ |
D | wacom_wac.c | 1959 int x_res = input_abs_get_res(input, ABS_MT_POSITION_X); in wacom_bpt3_touch_msg() local 1962 height = width * y_res / x_res; in wacom_bpt3_touch_msg()
|