Home
last modified time | relevance | path

Searched refs:x_res (Results 1 - 25 of 117) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/mfd/
H A Ducb1x00-ts.c46 u16 x_res; member
327 ts->x_res = ucb1x00_ts_read_xres(ts); in ucb1x00_ts_open()
394 ts->x_res = ucb1x00_ts_read_xres(ts); in ucb1x00_ts_add()
398 input_set_abs_params(idev, ABS_X, 0, ts->x_res, 0, 0); in ucb1x00_ts_add()
/kernel/linux/linux-6.6/drivers/mfd/
H A Ducb1x00-ts.c46 u16 x_res; member
327 ts->x_res = ucb1x00_ts_read_xres(ts); in ucb1x00_ts_open()
394 ts->x_res = ucb1x00_ts_read_xres(ts); in ucb1x00_ts_add()
398 input_set_abs_params(idev, ABS_X, 0, ts->x_res, 0, 0); in ucb1x00_ts_add()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c139 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()
199 video_fmt->x_res = param->vm.hactive; in hdmi_wp_init_vid_fmt_timings()
218 video_fmt->x_res *= 2; in hdmi_wp_init_vid_fmt_timings()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c27 *xres = dssdev->panel.timings.x_res; in omapdss_default_get_resolution()
265 ovt->x_res = vm->hactive; in videomode_to_omap_video_timings()
298 vm->hactive = ovt->x_res; in omap_video_timings_to_videomode()
H A Dhdmi_wp.c140 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()
188 video_fmt->x_res = param->timings.x_res; in hdmi_wp_init_vid_fmt_timings()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c27 *xres = dssdev->panel.timings.x_res; in omapdss_default_get_resolution()
265 ovt->x_res = vm->hactive; in videomode_to_omap_video_timings()
298 vm->hactive = ovt->x_res; in omap_video_timings_to_videomode()
H A Dhdmi_wp.c140 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()
188 video_fmt->x_res = param->timings.x_res; in hdmi_wp_init_vid_fmt_timings()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c139 l |= FLD_VAL(video_fmt->x_res, 15, 0); in hdmi_wp_video_config_format()
199 video_fmt->x_res = param->vm.hactive; in hdmi_wp_init_vid_fmt_timings()
218 video_fmt->x_res *= 2; in hdmi_wp_init_vid_fmt_timings()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Ducb1400_ts.c320 int error, x_res, y_res; in ucb1400_ts_probe() local
362 x_res = ucb1400_ts_read_xres(ucb); in ucb1400_ts_probe()
365 dev_dbg(&pdev->dev, "x/y = %d/%d\n", x_res, y_res); in ucb1400_ts_probe()
367 input_set_abs_params(ucb->ts_idev, ABS_X, 0, x_res, 0, 0); in ucb1400_ts_probe()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dredboot.h42 short x_res; /* Horizontal resolution in pixels */ member
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dredboot.h42 short x_res; /* Horizontal resolution in pixels */ member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H A Dlcd_inn1510.c34 .x_res = 240,
H A Dlcd_palmtt.c34 .x_res = 320,
H A Dlcd_palmz71.c29 .x_res = 320,
H A Dlcd_palmte.c24 .x_res = 320,
H A Dlcd_htcherald.c30 .x_res = 240,
H A Dlcd_osk.c54 .x_res = 240,
H A Dlcd_h3.c50 .x_res = 240,
H A Dlcd_inn1610.c65 .x_res = 320,
H A Dlcdc.c288 rot_x = panel->x_res; in omap_lcdc_setup_plane()
292 rot_y = panel->x_res; in omap_lcdc_setup_plane()
480 l = panel->x_res - 1; in setup_regs()
628 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res); in alloc_fbmem()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dlcd_palmte.c24 .x_res = 320,
H A Dlcdc.c290 rot_x = panel->x_res; in omap_lcdc_setup_plane()
294 rot_y = panel->x_res; in omap_lcdc_setup_plane()
482 l = panel->x_res - 1; in setup_regs()
630 frame_size = PAGE_ALIGN(panel->x_res * bpp / 8 * panel->y_res); in alloc_fbmem()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Delantech.h152 unsigned int x_res; member
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delantech.h152 unsigned int x_res; member
/kernel/linux/linux-5.10/drivers/media/platform/omap/
H A Domap_vout.c389 posx = (timing->x_res - win->w.width) - win->w.left; in omapvid_init()
396 posx = (timing->x_res - win->w.height) - win->w.top; in omapvid_init()
626 vout->fbuf.fmt.width = timing->x_res; in vidioc_try_fmt_vid_out()
667 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_fmt_vid_out()
671 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_fmt_vid_out()
846 vout->fbuf.fmt.height = timing->x_res; in vidioc_s_selection()
850 vout->fbuf.fmt.width = timing->x_res; in vidioc_s_selection()
1208 vout->fbuf.fmt.width = timing->x_res; in vidioc_g_fbuf()
1331 vout->fbuf.fmt.width = display->panel.timings.x_res; in omap_vout_setup_video_data()
1692 display->panel.timings.x_res, in omap_vout_probe()
[all...]

Completed in 12 milliseconds

12345