Searched refs:vmode (Results 1 - 25 of 119) sorted by path

12345

/linux-master/arch/m68k/atari/
H A Dnvram.c183 unsigned int vmode; local
232 vmode = (nvram[14] << 8) | nvram[15];
235 colors[vmode & 7], vmode & 8 ? 80 : 40,
236 vmode & 16 ? "VGA" : "TV", vmode & 32 ? "PAL" : "NTSC");
239 vmode & 64 ? "" : "no ", vmode & 128 ? "on" : "off",
240 vmode & 256 ?
241 (vmode
[all...]
/linux-master/drivers/video/fbdev/i810/
H A Di810_gtf.c197 if (var->vmode & FB_VMODE_INTERLACED)
202 if (var->vmode & FB_VMODE_DOUBLE)
/linux-master/drivers/video/fbdev/
H A Dmacmodes.c141 int vmode; member in struct:mode_map
183 int vmode; member in struct:monitor_map
209 * mac_vmode_to_var - converts vmode/cmode pair to var structure
210 * @vmode: MacOS video mode
214 * Converts a MacOS vmode/cmode pair to a frame buffer video
221 int mac_vmode_to_var(int vmode, int cmode, struct fb_var_screeninfo *var) argument
226 for (map = mac_modes; map->vmode != -1; map++)
227 if (map->vmode == vmode) {
285 var->vmode
303 mac_var_to_vmode(const struct fb_var_screeninfo *var, int *vmode, int *cmode) argument
[all...]
H A Dmacmodes.h53 extern int mac_vmode_to_var(int vmode, int cmode,
55 extern int mac_var_to_vmode(const struct fb_var_screeninfo *var, int *vmode,
H A D68328fb.c72 .vmode = FB_VMODE_NONINTERLACED,
139 if (var->vmode & FB_VMODE_CONUPDATE) {
140 var->vmode |= FB_VMODE_YWRAP;
366 if (var->vmode & FB_VMODE_YWRAP) {
378 if (var->vmode & FB_VMODE_YWRAP)
379 info->var.vmode |= FB_VMODE_YWRAP;
381 info->var.vmode &= ~FB_VMODE_YWRAP;
H A Dacornfb.c139 if ((var->vmode & FB_VMODE_MASK) == FB_VMODE_INTERLACED) {
382 if (var->vmode & FB_VMODE_YWRAP) {
595 if (!(var->vmode & FB_VMODE_YWRAP))
683 .vmode = FB_VMODE_NONINTERLACED
722 fb_info.var.vmode = FB_VMODE_NONINTERLACED;
H A Damifb.c722 int xres; /* vmode */
723 int yres; /* vmode */
724 int vxres; /* vmode */
725 int vyres; /* vmode */
726 int xoffset; /* vmode */
727 int yoffset; /* vmode */
728 u_short bpp; /* vmode */
729 u_short clk_shift; /* vmode */
730 u_short line_shift; /* vmode */
731 int vmode; /* vmod member in struct:amifb_par
[all...]
H A Darcfb.c208 if ((var->vmode & FB_VMODE_YWRAP) && (var->yoffset < 64)
H A Darkfb.c602 if (var->vmode & FB_VMODE_INTERLACED)
692 if (info->var.vmode & FB_VMODE_DOUBLE)
697 if (info->var.vmode & FB_VMODE_INTERLACED)
791 (info->var.vmode & FB_VMODE_DOUBLE) ? 2 : 1,
792 (info->var.vmode & FB_VMODE_INTERLACED) ? 2 : 1,
H A Dasiliantfb.c499 .vmode = FB_VMODE_NONINTERLACED,
/linux-master/drivers/video/fbdev/sis/
H A Dinitextlfb.c131 var->vmode = FB_VMODE_NONINTERLACED;
133 var->vmode = FB_VMODE_INTERLACED;
140 var->vmode = FB_VMODE_DOUBLE;
148 if((var->vmode & FB_VMODE_MASK) == FB_VMODE_INTERLACED) {
154 } else if((var->vmode & FB_VMODE_MASK) == FB_VMODE_DOUBLE) {
H A Dsis_main.h44 .vmode = FB_VMODE_NONINTERLACED,
/linux-master/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c121 .vmode = FB_VMODE_NONINTERLACED,
/linux-master/drivers/auxdisplay/
H A Dcfag12864bfb.c47 .vmode = FB_VMODE_NONINTERLACED,
H A Dht16k33.c135 .vmode = FB_VMODE_NONINTERLACED,
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1987 struct hdmi_vmode *vmode = &hdmi->hdmi_data.video_mode; local
1991 vmode->mpixelclock = mode->clock * 1000;
1993 dev_dbg(hdmi->dev, "final pixclk = %d\n", vmode->mpixelclock);
1995 vmode->mtmdsclock = vmode->mpixelclock;
2001 vmode->mtmdsclock = vmode->mpixelclock * 2;
2004 vmode->mtmdsclock = vmode->mpixelclock * 3 / 2;
2007 vmode
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c1206 var->sync = var->vmode = 0;
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_venc.c883 struct meson_hdmi_venc_vic_mode *vmode = meson_hdmi_venc_vic_modes; local
885 while (vmode->vic && vmode->mode) {
886 if (vmode->vic == vic)
888 vmode++;
922 struct meson_hdmi_venc_vic_mode *vmode = meson_hdmi_venc_vic_modes; local
924 while (vmode->vic && vmode->mode) {
925 if (vmode->vic == vic)
926 return vmode
955 union meson_hdmi_venc_mode *vmode = NULL; local
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c553 switch (var->vmode & FB_VMODE_MASK) {
608 (var->vmode & FB_VMODE_MASK) == FB_VMODE_NONINTERLACED ? "on" : "off");
763 if (((var->vmode & FB_VMODE_MASK) != FB_VMODE_NONINTERLACED) &&
764 ((var->vmode & FB_VMODE_MASK) != FB_VMODE_INTERLACED)) {
765 IVTVFB_DEBUG_WARN("Invalid video mode: %d\n", var->vmode & FB_VMODE_MASK);
791 if ((var->vmode & FB_VMODE_MASK) == FB_VMODE_NONINTERLACED)
808 (var->vmode & FB_VMODE_MASK) == FB_VMODE_NONINTERLACED ? "on" : "off");
1034 oi->ivtvfb_defined.vmode = (osd_laced ? FB_VMODE_INTERLACED : FB_VMODE_NONINTERLACED);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c157 var->vmode &= ~FB_VMODE_MASK;
158 var->vmode |= FB_VMODE_NONINTERLACED;
292 dev->fb_defined.vmode = FB_VMODE_NONINTERLACED;
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c782 struct cx231xx_video_mode *vmode = local
784 struct cx231xx *dev = container_of(vmode, struct cx231xx, video_mode);
828 struct cx231xx_video_mode *vmode = local
830 struct cx231xx *dev = container_of(vmode, struct cx231xx, video_mode);
H A Dcx231xx-vbi.c260 struct cx231xx_video_mode *vmode = local
262 struct cx231xx *dev = container_of(vmode, struct cx231xx, vbi_mode);
566 struct cx231xx_video_mode *vmode = local
568 struct cx231xx *dev = container_of(vmode, struct cx231xx, vbi_mode);
H A Dcx231xx-video.c228 struct cx231xx_video_mode *vmode = local
230 struct cx231xx *dev = container_of(vmode, struct cx231xx, video_mode);
/linux-master/drivers/regulator/
H A Dpbias-regulator.c33 u32 vmode; member in struct:pbias_reg_info
66 .vmode = BIT(0),
77 .vmode = BIT(8),
88 .vmode = BIT(21),
99 .vmode = BIT(21),
206 desc->vsel_mask = info->vmode;
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c883 var->vmode = FB_VMODE_NONINTERLACED;

Completed in 317 milliseconds

12345