Searched refs:y_res (Results 1 - 62 of 62) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Dhdmi_wp.c140 l |= FLD_VAL(video_fmt->y_res, 31, 16); hdmi_wp_video_config_format()
188 video_fmt->y_res = param->timings.y_res; hdmi_wp_init_vid_fmt_timings()
191 video_fmt->y_res /= 2; hdmi_wp_init_vid_fmt_timings()
H A Ddisplay.c39 *yres = dssdev->panel.timings.y_res; omapdss_default_get_resolution()
280 ovt->y_res = vm->vactive; videomode_to_omap_video_timings()
313 vm->vactive = ovt->y_res; omap_video_timings_to_videomode()
H A Ddisplay-sysfs.c110 t.y_res, t.vfp, t.vbp, t.vsw); display_timings_show()
135 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) display_timings_store()
H A Dhdmi5_core.c305 video_cfg->v_fc_config.timings.y_res = cfg->timings.y_res; hdmi_core_init()
346 cfg->v_fc_config.timings.y_res >> 8, 4, 0); hdmi_core_video_config()
348 cfg->v_fc_config.timings.y_res & 0xFF, 7, 0); hdmi_core_video_config()
H A Doverlay.c157 dh = mgr_timings->y_res; dss_ovl_check()
H A Drfbi.c312 u16 height = rfbi.timings.y_res; rfbi_transfer_area()
781 rfbi.timings.y_res = h; rfbi_set_size()
857 * Set rfbi.timings with default values, the x_res and y_res fields rfbi_config_lcd_manager()
H A Dhdmi4.c182 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n", p->x_res, p->y_res); hdmi_power_on_full()
H A Dhdmi5.c194 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n", p->x_res, p->y_res); hdmi_power_on_full()
H A Dhdmi.h178 u32 y_res; /* Line per panel */ member in struct:hdmi_video_format
H A Dvenc.c268 .y_res = 574,
289 .y_res = 482,
H A Ddispc.c2784 int in_height = mgr_timings->y_res; dispc_wb_setup()
3059 if (!_dispc_mgr_size_ok(timings->x_res, timings->y_res)) dispc_mgr_timings_ok()
3196 DSSDBG("channel %d xres %u yres %u\n", channel, t.x_res, t.y_res); dispc_mgr_set_timings()
3209 ytot = t.y_res + t.vfp + t.vsw + t.vbp; dispc_mgr_set_timings()
3224 t.y_res /= 2; dispc_mgr_set_timings()
3227 dispc_mgr_set_size(channel, t.x_res, t.y_res); dispc_mgr_set_timings()
H A Ddsi.c3736 vsa, timings->y_res); dsi_proto_timings()
3752 r = FLD_MOD(r, timings->y_res, 14, 0); /* VACT */ dsi_proto_timings()
3933 u16 h = dsi->timings.y_res; dsi_update_screen_dispc()
4071 dh = dsi->timings.y_res; dsi_update()
4436 t->y_res = ctx->config->timings->y_res; dsi_cm_calc_dispc_cb()
4649 dsi_vm->vact = req_vm->y_res; dsi_vm_calc_blanking()
/linux-4.4.14/drivers/video/fbdev/
H A Dacornfb.h83 u_int y_res; member in struct:modey_params
H A Duvesafb.c279 var->yres = mode->y_res; uvesafb_setup_var()
283 mode->y_res; uvesafb_setup_var()
320 abs(par->vbe_modes[i].y_res - yres) + uvesafb_vbe_find_mode()
740 var.yres = mode->y_res; uvesafb_vbe_getmonspecs()
1465 par->vbe_modes[i].y_res; uvesafb_init_info()
1580 par->vbe_modes[i].x_res, par->vbe_modes[i].y_res, uvesafb_show_vbe_modes()
H A Dneofb.c185 if (yres <= mode[i].y_res) neoFindMode()
/linux-4.4.14/drivers/video/fbdev/omap/
H A Dlcd_h3.c78 .y_res = 320,
H A Dlcd_htcherald.c68 .y_res = 320,
H A Dlcd_inn1510.c63 .y_res = 320,
H A Dlcd_inn1610.c84 .y_res = 240,
H A Dlcd_osk.c84 .y_res = 320,
H A Dlcd_palmte.c62 .y_res = 320,
H A Dlcd_palmtt.c67 .y_res = 320,
H A Dlcd_palmz71.c63 .y_res = 320,
H A Domapfb_main.c501 yres_max = panel->y_res; set_fb_var()
504 var->yres = panel->y_res; set_fb_var()
510 xres_max = panel->y_res; set_fb_var()
514 var->xres = panel->y_res; set_fb_var()
720 yres = fbdev->panel->y_res; omapfb_update_window_async()
724 xres = fbdev->panel->y_res; omapfb_update_window_async()
804 pi->pos_y + pi->out_height > panel->y_res) omapfb_setup_plane()
1712 def_vyres = def_vyres ? def_vyres : fbdev->panel->y_res; omapfb_do_probe()
1776 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw); omapfb_do_probe()
H A Dlcd_ams_delta.c151 .y_res = 320,
H A Dlcdc.c302 rot_y = panel->y_res; omap_lcdc_setup_plane()
304 rot_x = panel->y_res; omap_lcdc_setup_plane()
499 l = panel->y_res - 1; setup_regs()
641 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res); alloc_fbmem()
H A Domapfb.h77 int x_res, y_res; member in struct:lcd_panel
H A Dhwa742.c353 int scr_height = hwa742.fbdev->panel->y_res; send_frame_handler()
1002 hwa742.auto_update_window.height = fbdev->panel->y_res; hwa742_init()
H A Dlcd_mipid.c511 .y_res = 480,
/linux-4.4.14/drivers/input/touchscreen/
H A Ducb1400_ts.c323 int error, x_res, y_res; ucb1400_ts_probe() local
366 y_res = ucb1400_ts_read_yres(ucb); ucb1400_ts_probe()
368 dev_dbg(&pdev->dev, "x/y = %d/%d\n", x_res, y_res); ucb1400_ts_probe()
371 input_set_abs_params(ucb->ts_idev, ABS_Y, 0, y_res, 0, 0); ucb1400_ts_probe()
H A Delants_i2c.c137 unsigned int y_res; member in struct:elants_data
487 ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y); elants_i2c_query_ts_info()
1236 input_abs_set_res(ts->input, ABS_Y, ts->y_res); elants_i2c_probe()
1252 input_abs_set_res(ts->input, ABS_MT_POSITION_Y, ts->y_res); elants_i2c_probe()
/linux-4.4.14/drivers/mfd/
H A Ducb1x00-ts.c50 u16 y_res; member in struct:ucb1x00_ts
331 ts->y_res = ucb1x00_ts_read_yres(ts); ucb1x00_ts_open()
398 ts->y_res = ucb1x00_ts_read_yres(ts); ucb1x00_ts_add()
402 input_set_abs_params(idev, ABS_Y, 0, ts->y_res, 0, 0); ucb1x00_ts_add()
/linux-4.4.14/include/video/
H A Duvesafb.h45 u16 y_res; member in struct:vbe_mode_ib
H A Dneomagic.h185 int y_res; member in struct:__anon14696
H A Domapdss.h340 u16 y_res; member in struct:omap_video_timings
/linux-4.4.14/arch/powerpc/boot/
H A Dredboot.h42 short y_res; /* Vertical resolution in pixels */ member in struct:bd_info::__anon2229
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_connector.c56 mode->vdisplay = timings->y_res; copy_timings_omap_to_drm()
87 timings->y_res = mode->vdisplay; copy_timings_drm_to_omap()
/linux-4.4.14/drivers/media/platform/omap/
H A Domap_vout.c460 posy = (timing->y_res - win->w.width) - win->w.left; omapvid_init()
466 posy = (timing->y_res - win->w.height) - win->w.top; omapvid_init()
1098 vout->fbuf.fmt.height = timing->y_res; vidioc_try_fmt_vid_out()
1143 vout->fbuf.fmt.width = timing->y_res; vidioc_s_fmt_vid_out()
1145 vout->fbuf.fmt.height = timing->y_res; vidioc_s_fmt_vid_out()
1306 vout->fbuf.fmt.width = timing->y_res; vidioc_s_crop()
1308 vout->fbuf.fmt.height = timing->y_res; vidioc_s_crop()
1888 vout->fbuf.fmt.height = display->panel.timings.y_res; omap_vout_setup_video_data()
2231 display->panel.timings.y_res);
/linux-4.4.14/drivers/input/mouse/
H A Delan_i2c_core.c78 unsigned int y_res; member in struct:elan_tp_data
322 data->y_res = elan_convert_resolution(hw_y_res); elan_query_device_parameters()
938 input_abs_set_res(input, ABS_Y, data->y_res); elan_setup_input_device()
947 input_abs_set_res(input, ABS_MT_POSITION_Y, data->y_res); elan_setup_input_device()
1064 data->x_res, data->y_res); elan_probe()
H A Delantech.c1094 unsigned int *y_res) elantech_get_resolution_v4()
1102 *y_res = elantech_convert_res((param[1] & 0xf0) >> 4); elantech_get_resolution_v4()
1178 unsigned int x_res = 31, y_res = 31; elantech_set_input_params() local
1231 if (elantech_get_resolution_v4(psmouse, &x_res, &y_res)) { elantech_set_input_params()
1267 input_abs_set_res(dev, ABS_Y, y_res); elantech_set_input_params()
1270 input_abs_set_res(dev, ABS_MT_POSITION_Y, y_res); elantech_set_input_params()
1092 elantech_get_resolution_v4(struct psmouse *psmouse, unsigned int *x_res, unsigned int *y_res) elantech_get_resolution_v4() argument
H A Dsynaptics.h174 unsigned int x_res, y_res; /* X/Y resolution in units/mm */ member in struct:synaptics_data
H A Dalps.h271 unsigned int y_res; member in struct:alps_data
H A Dalps.c2232 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */ alps_get_v3_v7_resolution()
2237 x_phys / 10, y_phys / 10, priv->x_res, priv->y_res); alps_get_v3_v7_resolution()
2422 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */ alps_update_device_area_ss4_v2()
2822 input_abs_set_res(dev1, ABS_MT_POSITION_Y, priv->y_res); alps_set_abs_params_mt_common()
H A Dsynaptics.c401 priv->y_res = resp[2]; /* y resolution in units/mm */ synaptics_resolution()
1164 input_abs_set_res(dev, y_code, priv->y_res); set_abs_position_params()
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/
H A Dconnector-analog-tv.c34 .y_res = 574,
H A Dconnector-dvi.c24 .y_res = 480,
H A Dconnector-hdmi.c25 .y_res = 480,
H A Dpanel-dsi-cm.c387 *yres = dssdev->panel.timings.y_res; dsicm_get_resolution()
897 dssdev->panel.timings.y_res); dsicm_update()
1029 dssdev->panel.timings.y_res * 3); dsicm_memory_read()
1230 ddata->timings.y_res = 480; dsicm_probe()
H A Dpanel-lgphilips-lb035q02.c24 .y_res = 240,
H A Dpanel-nec-nl8048hl11.c72 .y_res = LCD_YRES,
H A Dpanel-sharp-ls037v7dw01.c41 .y_res = 640,
H A Dpanel-tpo-td028ttec1.c47 .y_res = 640,
H A Dpanel-tpo-td043mtea1.c78 .y_res = 480,
H A Dpanel-sony-acx565akm.c97 .y_res = 480,
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_kms.c38 m->id, m->x_res, m->y_res, m->bits, m->stride, m->x_mili, qxl_dump_mode()
H A Dqxl_dev.h266 uint32_t y_res; member in struct:qxl_mode
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c2087 timings->y_res = var->yres; omapfb_mode_to_timings()
2142 temp_timings.y_res != timings.y_res) omapfb_set_def_mode()
2230 t->y_res = m->yres; fb_videomode_to_omap_timings()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dintel_bios.h291 u16 y_res; member in struct:lvds_fp_timing
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_bios.h343 u16 y_res; member in struct:lvds_fp_timing
H A Dintel_bios.c249 fp_timing->y_res == panel_fixed_mode->vdisplay) { parse_lfp_panel_data()
/linux-4.4.14/drivers/hid/
H A Dwacom_wac.c1960 int y_res = input_abs_get_res(input, ABS_MT_POSITION_Y); wacom_bpt3_touch_msg() local
1962 height = width * y_res / x_res; wacom_bpt3_touch_msg()
/linux-4.4.14/drivers/scsi/
H A Dadvansys.c294 uchar y_res; member in struct:asc_scsiq_4

Completed in 2057 milliseconds