Searched refs:xoffset (Results 51 - 75 of 93) sorted by relevance

1234

/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1373 y_offset = (var->yoffset * ovl->xres_virtual + var->xoffset)
1380 y_offset = var->yoffset * ovl->xres_virtual + var->xoffset;
1382 + var->xoffset * 2 / xsub;
1689 y_offset = (var->yoffset * ch->xres_virtual + var->xoffset)
1696 y_offset = var->yoffset * ch->xres_virtual + var->xoffset;
1698 + var->xoffset * 2 / xsub;
H A Dps3fb.c549 if (var->xoffset + var->xres > var->xres_virtual ||
642 info->var.xoffset * BPP;
699 var->xoffset * BPP;
H A Darkfb.c652 info->var.xoffset = 0;
910 + (var->xoffset / 2);
914 (var->xoffset * info->var.bits_per_pixel / 8);
H A Dgrvga.c240 if (var->xoffset != 0)
H A Ds3c-fb.c879 start_boff += var->xoffset * (info->var.bits_per_pixel >> 3);
883 start_boff += var->xoffset >> 1;
886 start_boff += var->xoffset >> 2;
889 start_boff += var->xoffset >> 3;
H A Dpm3fb.c642 int x = cursor->image.dx - info->var.xoffset;
972 if (var->xoffset) {
973 DPRINTK("xoffset not supported\n");
1021 + info->var.xoffset);
1148 + var->xoffset);
H A Dwm8505fb.c228 writel(var->xoffset, fbi->regbase + WMT_GOVR_XPAN);
H A Dvesafb.c76 offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4;
H A Ds1d13xxxfb.c363 * `yoffset' field of the `var' structure (`xoffset' not yet supported).
374 if (var->xoffset != 0) /* not yet ... */
715 var->xoffset = var->yoffset = 0;
H A Dneofb.c707 if (var->xoffset + var->xres > var->xres_virtual)
708 var->xoffset = var->xres_virtual - var->xres;
1182 Base = (var->yoffset * info->var.xres_virtual + var->xoffset) >> 2;
H A Dcyber2000fb.c531 u_int base = var->yoffset * var->xres_virtual + var->xoffset;
967 cfb->fb.var.xoffset = var->xoffset;
H A Dtdfxfb.c452 if (var->xoffset) {
453 DPRINTK("xoffset not supported\n");
695 + info->var.xoffset * cpp;
831 if (nopan || var->xoffset)
H A Ds3fb.c647 info->var.xoffset = 0;
1034 + (var->xoffset / 2);
1038 (var->xoffset * info->var.bits_per_pixel / 8);
H A Dvalkyriefb.c475 || var->xoffset != 0 || var->yoffset != 0) {
H A Dcg14.c223 if (var->xoffset || var->yoffset || var->vmode)
H A Dleo.c252 if (var->xoffset || var->yoffset || var->vmode)
H A Dvt8500lcdfb.c204 unsigned off = pixlen * var->xoffset
H A Datmel_lcdfb.c301 + var->xoffset * info->var.bits_per_pixel / 8);
428 var->xoffset = var->yoffset = 0;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c153 var->xoffset = var->yoffset = 0;
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_monitor.c719 var->xoffset = 0;
805 var->xoffset = var->yoffset = 0;
H A Dradeon_base.c931 if (v.xoffset > v.xres_virtual - v.xres)
932 v.xoffset = v.xres_virtual - v.xres - 1;
952 if ((var->xoffset + info->var.xres > info->var.xres_virtual)
961 var->xoffset * info->var.bits_per_pixel / 8) & ~7);
/linux-master/drivers/video/fbdev/core/
H A Dmodedb.c559 var->xoffset = 0;
909 var->xoffset = 0;
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c129 fbcursor->image.dx - info->var.xoffset,
826 "xoffset=%d\n"
834 var->xoffset,
/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c825 var->xoffset = var->yoffset = 0;
1167 /* truncate xoffset and yoffset to maximum if too high */
1168 if (var->xoffset > var->xres_virtual - var->xres)
1169 var->xoffset = var->xres_virtual - var->xres - 1;
1219 * `xoffset' and `yoffset' fields of the `var' structure.
1222 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
1231 base = var->yoffset * info->fix.line_length + var->xoffset;
1594 xx = cursor->image.dx - info->var.xoffset;
/linux-master/arch/m68k/include/asm/
H A Datarihw.h256 u_char xoffset; member in struct:VIDEL

Completed in 258 milliseconds

1234