Home
last modified time | relevance | path

Searched refs:y_res (Results 1 – 25 of 65) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_wp.c139 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()
Ddisplay.c28 *yres = dssdev->panel.timings.y_res; in omapdss_default_get_resolution()
269 ovt->y_res = vm->vactive; in videomode_to_omap_video_timings()
302 vm->vactive = ovt->y_res; in omap_video_timings_to_videomode()
Ddisplay-sysfs.c99 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show()
124 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
/kernel/linux/linux-5.10/drivers/mfd/
Ducb1x00-ts.c47 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()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Ducb1400_ts.c320 int error, x_res, y_res; in ucb1400_ts_probe() local
363 y_res = ucb1400_ts_read_yres(ucb); in ucb1400_ts_probe()
365 dev_dbg(&pdev->dev, "x/y = %d/%d\n", x_res, y_res); in ucb1400_ts_probe()
368 input_set_abs_params(ucb->ts_idev, ABS_Y, 0, y_res, 0, 0); in ucb1400_ts_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
Dlcd_htcherald.c31 .y_res = 320,
Dlcd_palmte.c25 .y_res = 320,
Dlcd_palmtt.c35 .y_res = 320,
Dlcd_palmz71.c30 .y_res = 320,
Dlcd_inn1510.c35 .y_res = 320,
Dlcd_osk.c55 .y_res = 320,
Dlcd_h3.c51 .y_res = 320,
Dlcd_inn1610.c66 .y_res = 240,
Dlcdc.c289 rot_y = panel->y_res; in omap_lcdc_setup_plane()
291 rot_x = panel->y_res; in omap_lcdc_setup_plane()
486 l = panel->y_res - 1; in setup_regs()
628 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res); in alloc_fbmem()
Domapfb_main.c487 yres_max = panel->y_res; in set_fb_var()
490 var->yres = panel->y_res; in set_fb_var()
496 xres_max = panel->y_res; in set_fb_var()
500 var->xres = panel->y_res; in set_fb_var()
685 yres = fbdev->panel->y_res; in omapfb_update_window_async()
689 xres = fbdev->panel->y_res; in omapfb_update_window_async()
769 pi->pos_y + pi->out_height > panel->y_res) in omapfb_setup_plane()
1673 def_vyres = def_vyres ? def_vyres : fbdev->panel->y_res; in omapfb_do_probe()
1737 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw); in omapfb_do_probe()
Dlcd_ams_delta.c110 .y_res = 320,
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c138 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()
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dredboot.h43 short y_res; /* Vertical resolution in pixels */ member
/kernel/linux/linux-5.10/drivers/media/platform/omap/
Domap_vout.c384 posy = (timing->y_res - win->w.width) - win->w.left; in omapvid_init()
390 posy = (timing->y_res - win->w.height) - win->w.top; in omapvid_init()
625 vout->fbuf.fmt.height = timing->y_res; in vidioc_try_fmt_vid_out()
668 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_fmt_vid_out()
670 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_fmt_vid_out()
847 vout->fbuf.fmt.width = timing->y_res; in vidioc_s_selection()
849 vout->fbuf.fmt.height = timing->y_res; in vidioc_s_selection()
1207 vout->fbuf.fmt.height = timing->y_res; in vidioc_g_fbuf()
1332 vout->fbuf.fmt.height = display->panel.timings.y_res; in omap_vout_setup_video_data()
1693 display->panel.timings.y_res); in omap_vout_probe()
/kernel/linux/linux-5.10/drivers/input/mouse/
Delantech.h153 unsigned int y_res; member
Delan_i2c_core.c70 unsigned int y_res; member
403 data->y_res = elan_convert_resolution(hw_y_res, data->pattern); in elan_query_device_parameters()
406 data->y_res = (data->max_y + 1) / y_mm; in elan_query_device_parameters()
1120 input_abs_set_res(input, ABS_Y, data->y_res); in elan_setup_input_device()
1131 input_abs_set_res(input, ABS_MT_POSITION_Y, data->y_res); in elan_setup_input_device()
1245 data->x_res, data->y_res, in elan_probe()
Delantech.c1105 unsigned int *y_res, in elantech_get_resolution_v4() argument
1114 *y_res = elantech_convert_res((param[1] & 0xf0) >> 4); in elantech_get_resolution_v4()
1250 input_abs_set_res(dev, ABS_Y, info->y_res); in elantech_set_input_params()
1253 input_abs_set_res(dev, ABS_MT_POSITION_Y, info->y_res); in elantech_set_input_params()
1772 info->y_res = 31; in elantech_query_info()
1776 &info->y_res, in elantech_query_info()
1920 if (info->y_res) in elantech_create_smbus()
1922 (info->y_max + 1) / info->y_res); in elantech_create_smbus()
/kernel/linux/linux-5.10/include/video/
Dneomagic.h185 int y_res; member
Duvesafb.h46 u16 y_res; member
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dacornfb.h80 u_int y_res; member

123