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

123

/linux-master/arch/powerpc/boot/
H A Dredboot.h43 short y_res; /* Vertical resolution in pixels */ member in struct:bd_info::__anon641
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_palmte.c25 .y_res = 320,
H A Dlcd_ams_delta.c110 .y_res = 320,
H A Domapfb.h64 int x_res, y_res; member in struct:lcd_panel
H A Dlcdc.c291 rot_y = panel->y_res;
293 rot_x = panel->y_res;
488 l = panel->y_res - 1;
630 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res);
H A Domapfb_main.c487 yres_max = panel->y_res;
490 var->yres = panel->y_res;
496 xres_max = panel->y_res;
500 var->xres = panel->y_res;
691 yres = fbdev->panel->y_res;
695 xres = fbdev->panel->y_res;
774 pi->pos_y + pi->out_height > panel->y_res)
1688 def_vyres = def_vyres ? def_vyres : fbdev->panel->y_res;
1752 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_wp.c139 l |= FLD_VAL(video_fmt->y_res, 31, 16);
187 video_fmt->y_res = param->timings.y_res;
190 video_fmt->y_res /= 2;
H A Ddisplay.c28 *yres = dssdev->panel.timings.y_res;
269 ovt->y_res = vm->vactive;
302 vm->vactive = ovt->y_res;
H A Doverlay.c146 dh = mgr_timings->y_res;
H A Ddisplay-sysfs.c100 t.y_res, t.vfp, t.vbp, t.vsw);
125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9)
H A Dhdmi5_core.c292 video_cfg->v_fc_config.timings.y_res = cfg->timings.y_res;
333 cfg->v_fc_config.timings.y_res >> 8, 4, 0);
335 cfg->v_fc_config.timings.y_res & 0xFF, 7, 0);
/linux-master/drivers/mfd/
H A Ducb1x00-ts.c47 u16 y_res; member in struct:ucb1x00_ts
328 ts->y_res = ucb1x00_ts_read_yres(ts);
395 ts->y_res = ucb1x00_ts_read_yres(ts);
399 input_set_abs_params(idev, ABS_Y, 0, ts->y_res, 0, 0);
/linux-master/drivers/input/mouse/
H A Delantech.h153 unsigned int y_res; member in struct:elantech_device_info
H A Dsynaptics.h175 u32 x_res, y_res; /* X/Y resolution in units/mm */ member in struct:synaptics_device_info
H A Dalps.h307 unsigned int y_res; member in struct:alps_data
H A Delan_i2c_core.c73 unsigned int y_res; member in struct:elan_tp_data
440 data->y_res = elan_convert_resolution(hw_y_res, data->pattern);
443 data->y_res = (data->max_y + 1) / y_mm;
1157 input_abs_set_res(input, ABS_Y, data->y_res);
1168 input_abs_set_res(input, ABS_MT_POSITION_Y, data->y_res);
1276 data->x_res, data->y_res,
H A Delantech.c1106 unsigned int *y_res,
1115 *y_res = elantech_convert_res((param[1] & 0xf0) >> 4);
1251 input_abs_set_res(dev, ABS_Y, info->y_res);
1254 input_abs_set_res(dev, ABS_MT_POSITION_Y, info->y_res);
1773 info->y_res = 31;
1777 &info->y_res,
1919 if (info->y_res)
1921 (info->y_max + 1) / info->y_res);
1104 elantech_get_resolution_v4(struct psmouse *psmouse, unsigned int *x_res, unsigned int *y_res, unsigned int *bus) argument
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c138 l |= FLD_VAL(video_fmt->y_res, 31, 16);
198 video_fmt->y_res = param->vm.vactive;
211 video_fmt->y_res /= 2;
/linux-master/drivers/video/fbdev/
H A Dacornfb.h80 u_int y_res; member in struct:modey_params
/linux-master/include/video/
H A Duvesafb.h46 u16 y_res; member in struct:vbe_mode_ib
H A Dneomagic.h185 int y_res; member in struct:__anon14665
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c384 posy = (timing->y_res - win->w.width) - win->w.left;
390 posy = (timing->y_res - win->w.height) - win->w.top;
626 vout->fbuf.fmt.height = timing->y_res;
669 vout->fbuf.fmt.width = timing->y_res;
671 vout->fbuf.fmt.height = timing->y_res;
848 vout->fbuf.fmt.width = timing->y_res;
850 vout->fbuf.fmt.height = timing->y_res;
1210 vout->fbuf.fmt.height = timing->y_res;
1335 vout->fbuf.fmt.height = display->panel.timings.y_res;
1695 display->panel.timings.y_res);
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-dvi.c20 .y_res = 480,
H A Dconnector-hdmi.c22 .y_res = 480,
H A Dconnector-analog-tv.c29 .y_res = 574,

Completed in 162 milliseconds

123