| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi_wp.c | 139 l |= FLD_VAL(video_fmt->y_res, 31, 16); in hdmi_wp_video_config_format() 187 video_fmt->y_res = param->timings.y_res; in hdmi_wp_init_vid_fmt_timings() 190 video_fmt->y_res /= 2; in hdmi_wp_init_vid_fmt_timings()
|
| H A D | display-sysfs.c | 100 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show() 125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
|
| H A D | hdmi.h | 168 u32 y_res; /* Line per panel */ member
|
| /linux/drivers/mfd/ |
| H A D | ucb1x00-ts.c | 47 u16 y_res; member 328 ts->y_res = ucb1x00_ts_read_yres(ts); in ucb1x00_ts_open() 395 ts->y_res = ucb1x00_ts_read_yres(ts); in ucb1x00_ts_add() 399 input_set_abs_params(idev, ABS_Y, 0, ts->y_res, 0, 0); in ucb1x00_ts_add()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi_wp.c | 138 l |= FLD_VAL(video_fmt->y_res, 31, 16); in hdmi_wp_video_config_format() 198 video_fmt->y_res = param->vm.vactive; in hdmi_wp_init_vid_fmt_timings() 211 video_fmt->y_res /= 2; in hdmi_wp_init_vid_fmt_timings()
|
| H A D | hdmi.h | 172 u32 y_res; /* Line per panel */ member
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 25 .y_res = 320,
|
| H A D | lcd_ams_delta.c | 110 .y_res = 320,
|
| H A D | omapfb.h | 64 int x_res, y_res; member
|
| /linux/arch/powerpc/boot/ |
| H A D | redboot.h | 43 short y_res; /* Vertical resolution in pixels */ member
|
| /linux/drivers/input/mouse/ |
| H A D | elantech.c | 1106 unsigned int *y_res, in elantech_get_resolution_v4() argument 1115 *y_res = elantech_convert_res((param[1] & 0xf0) >> 4); in elantech_get_resolution_v4() 1251 input_abs_set_res(dev, ABS_Y, info->y_res); in elantech_set_input_params() 1254 input_abs_set_res(dev, ABS_MT_POSITION_Y, info->y_res); in elantech_set_input_params() 1804 info->y_res = 31; in elantech_query_info() 1808 &info->y_res, in elantech_query_info() 1950 if (info->y_res) in elantech_create_smbus() 1952 (info->y_max + 1) / info->y_res); in elantech_create_smbus()
|
| H A D | elantech.h | 153 unsigned int y_res; member
|
| H A D | alps.h | 307 unsigned int y_res; member
|
| /linux/include/video/ |
| H A D | neomagic.h | 185 int y_res; member
|
| H A D | uvesafb.h | 46 u16 y_res; member
|
| /linux/drivers/video/fbdev/ |
| H A D | acornfb.h | 80 u_int y_res; member
|
| H A D | uvesafb.c | 281 var->yres = mode->y_res; in uvesafb_setup_var() 285 mode->y_res; in uvesafb_setup_var() 322 abs(par->vbe_modes[i].y_res - yres) + in uvesafb_vbe_find_mode() 732 var.yres = mode->y_res; in uvesafb_vbe_getmonspecs() 1452 par->vbe_modes[i].y_res; in uvesafb_init_info() 1564 par->vbe_modes[i].x_res, par->vbe_modes[i].y_res, in uvesafb_show_vbe_modes()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | panel-dsi-cm.c | 371 *yres = dssdev->panel.timings.y_res; in dsicm_get_resolution() 878 dssdev->panel.timings.y_res); in dsicm_update() 1010 dssdev->panel.timings.y_res * 3); in dsicm_memory_read() 1140 ddata->timings.y_res = 480; in dsicm_probe()
|
| H A D | connector-analog-tv.c | 29 .y_res = 574,
|
| H A D | connector-hdmi.c | 22 .y_res = 480,
|
| H A D | panel-lgphilips-lb035q02.c | 20 .y_res = 240,
|
| H A D | panel-nec-nl8048hl11.c | 66 .y_res = LCD_YRES,
|
| H A D | connector-dvi.c | 20 .y_res = 480,
|
| H A D | panel-sharp-ls037v7dw01.c | 36 .y_res = 640,
|
| /linux/drivers/input/touchscreen/ |
| H A D | elants_i2c.c | 167 unsigned int y_res; member 580 ts->y_res = DIV_ROUND_CLOSEST(ts->y_max, phy_y); in elants_i2c_query_ts_info_ekth() 1512 ts->y_res = DIV_ROUND_CLOSEST(ts->prop.max_y, ts->phy_y); in elants_i2c_probe() 1516 input_abs_set_res(ts->input, ABS_MT_POSITION_Y, ts->y_res); in elants_i2c_probe()
|