Searched refs:fix (Results 151 - 175 of 264) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dda8xx-fb.c465 if (info->fix.visual == FB_VISUAL_DIRECTCOLOR)
864 struct fb_fix_screeninfo *fix = &fbi->fix; local
878 start = fix->smem_start +
879 new_var.yoffset * fix->line_length +
881 end = start + var->yres * fix->line_length - 1;
1054 da8xx_fb_info->fix = da8xx_fb_fix;
1058 da8xx_fb_info->fix.visual = (da8xx_fb_info->var.bits_per_pixel <= 8) ?
H A Dw100fb.c522 info->fix.visual = FB_VISUAL_TRUECOLOR;
523 info->fix.ypanstep = 0;
524 info->fix.ywrapstep = 0;
525 info->fix.line_length = par->xres * BITS_PER_PIXEL / 8;
530 info->fix.smem_len = par->mach->mem->size+1;
533 info->fix.smem_len = MEM_INT_SIZE+1;
708 strcpy(info->fix.id, "w100fb");
709 info->fix.type = FB_TYPE_PACKED_PIXELS;
710 info->fix.type_aux = 0;
711 info->fix
[all...]
H A Dasiliantfb.c296 p->fix.line_length = p->var.xres * (p->var.bits_per_pixel >> 3);
297 p->fix.visual = (p->var.bits_per_pixel == 8) ? FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_TRUECOLOR;
511 p->fix = asiliantfb_fix;
512 p->fix.smem_start = addr;
531 p->node, p->fix.smem_len / 1024);
H A Dmetronomefb.c441 fbsize = par->info->fix.smem_len;
529 total_size = info->fix.smem_len;
646 info->fix = metronomefb_fix;
647 info->fix.smem_len = videomemorysize;
676 info->fix.smem_start = par->metromem_dma;
H A Djz4740_fb.c699 fb->fix = jzfb_fix;
700 fb->fix.line_length = fb->var.bits_per_pixel * fb->var.xres / 8;
701 fb->fix.mmio_start = mem->start;
702 fb->fix.mmio_len = resource_size(mem);
703 fb->fix.smem_start = jzfb->vidmem_phys;
704 fb->fix.smem_len = fb->fix.line_length * fb->var.yres;
H A Dvesafb.c67 offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4;
454 info->fix = vesafb_fix;
471 info->node, info->fix.id);
H A Dfm2fb.c284 info->fix = fb_fix;
H A Dffb.c885 strlcpy(info->fix.id, ffb_type_name, sizeof(info->fix.id));
887 info->fix.type = FB_TYPE_PACKED_PIXELS;
888 info->fix.visual = FB_VISUAL_TRUECOLOR;
891 info->fix.line_length = 8192;
893 info->fix.accel = FB_ACCEL_SUN_CREATOR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DCA.com3 $! things easier between now and when Eric is convinced to fix it :-)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c715 struct fb_fix_screeninfo *fix = &minfo->fbcon.fix; local
718 strcpy(fix->id,"MATROX");
720 fix->xpanstep = 8; /* 8 for 8bpp, 4 for 16bpp, 2 for 32bpp */
721 fix->ypanstep = 1;
722 fix->ywrapstep = 0;
723 fix->mmio_start = minfo->mmio.base;
724 fix->mmio_len = minfo->mmio.len;
725 fix->accel = minfo->devflags.accelerator;
730 struct fb_fix_screeninfo *fix local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_base.c1803 /* Update fix */
1805 info->fix.line_length = rinfo->pitch*64;
1807 info->fix.line_length = mode->xres_virtual
1809 info->fix.visual = rinfo->depth == 8 ? FB_VISUAL_PSEUDOCOLOR
1815 rinfo->depth, info->fix.line_length);
1853 /* Fill fix common fields */
1854 strlcpy(info->fix.id, rinfo->name, sizeof(info->fix.id));
1855 info->fix.smem_start = rinfo->fb_base_phys;
1856 info->fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dmkhelp.pl133 * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/geode/
H A Ddisplay_gx.c105 write_dc(par, DC_GFX_PITCH, info->fix.line_length >> 3);
H A Dlxfb_ops.c398 if (info->fix.line_length > 4096)
400 else if (info->fix.line_length > 2048)
402 else if (info->fix.line_length > 1024)
407 max = info->fix.line_length * info->var.yres;
417 write_dc(par, DC_GFX_PITCH, info->fix.line_length >> 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/pnx4008/
H A Dpnxrgbfb.c161 info->fix = rgbfb_fix;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpd.spec140 - fix build on x86_64
144 - fix to use ppp 2.4.3 for plugin
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A DGNUmakefile76 # fix the version, 'make all' to propagate it, then 'make install'.
78 $(info run '$(MAKE) _version' to fix it)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsvga.h31 /* fix part */
121 int svga_match_format(const struct svga_fb_format *frm, struct fb_var_screeninfo *var, struct fb_fix_screeninfo *fix);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dglobals.c37 int fix = 0; /* 1=fix the zip file, 2=FF, 3=ZipNote */ variable
183 ulg skip_current_disk = 0; /* if != 0 and fix then skip entries on this disk */
H A Dzip.c584 " -F fix zipfile (-FF try harder) -D do not add directory entries",
627 " -F fix zipfile (-FF try harder) -D do not add directory entries",
931 " -F attempt to fix a mostly intact archive (try this first)",
1007 " are then off. Use -A to fix offsets.",
1999 {"F", "fix", o_NO_VALUE, o_NOT_NEGATABLE, 'F', "fix mostly intact archive (try first)"},
2000 {"FF", "fixfix", o_NO_VALUE, o_NOT_NEGATABLE, o_FF, "try harder to fix archive (not as reliable)"},
2294 fix = 0; /* 1=fix the zip file */
2419 skip_current_disk = 0; /* if != 0 and fix the
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dppchameleonevb.c115 #error Missing headerfiles. No way to fix this. -tglx
147 #error Missing headerfiles. No way to fix this. -tglx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/mbx/
H A Dmbxfb.c241 info->fix.line_length = var->xres_virtual * var->bits_per_pixel / 8;
251 info->fix.visual = FB_VISUAL_TRUECOLOR;
403 * the chips hangs and only a reset seems to fix it).
960 fbi->fix = mbxfb_fix;
961 fbi->fix.smem_start = mfbi->fb_phys_addr + 0x60000;
962 fbi->fix.smem_len = pdata->memsize;
963 fbi->fix.line_length = mbxfb_default.xres_virtual *
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Dfbdev.c901 info->fix.smem_len)
917 var->xres_virtual = (info->fix.smem_len * den /
923 var->yres_virtual = info->fix.smem_len * den /
929 if (var->xres_virtual * nom / den * var->yres_virtual > info->fix.smem_len) {
1223 info->fix.line_length = (info->var.xres_virtual * (info->var.bits_per_pixel >> 3));
1224 info->fix.visual = (info->var.bits_per_pixel == 8) ?
1257 base = var->yoffset * info->fix.line_length + var->xoffset;
1335 if (regno < 16 && info->fix.visual == FB_VISUAL_DIRECTCOLOR) {
1731 info->fix.visual = (info->var.bits_per_pixel == 8) ?
2052 info->fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A DXGI_main_26.c1124 info->fix.line_length = ((info->var.xres_virtual * info->var.bits_per_pixel)>>6);
1128 outXGIIDXREG(XGICR,0x13,(info->fix.line_length & 0x00ff));
1129 outXGIIDXREG(XGISR,0x0E,(info->fix.line_length & 0xff00)>>8);
1338 XGIfb_get_fix(&info->fix, -1, info);
1650 static int XGIfb_get_fix(struct fb_fix_screeninfo *fix, int con, argument
1654 memset(fix, 0, sizeof(struct fb_fix_screeninfo));
1656 strcpy(fix->id, myid);
1658 fix->smem_start = xgi_video_info.video_base;
1660 fix->smem_len = xgi_video_info.video_size;
1665 fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_cmn.c335 /* fix ip xsum and give it to the stack */
1639 /* first fix first BD */
1672 static inline u16 bnx2x_csum_fix(unsigned char *t_header, u16 csum, s8 fix) argument
1674 if (fix > 0)
1676 csum_partial(t_header - fix, fix, 0)));
1678 else if (fix < 0)
1680 csum_partial(t_header, -fix, 0)));
1941 s8 fix = SKB_CS_OFF(skb); /* signed! */ local
1946 "hlen %d fix
[all...]

Completed in 255 milliseconds

1234567891011