Lines Matching defs:fix
70 struct fb_fix_screeninfo fix;
265 struct fb_fix_screeninfo fix;
287 if (ioctl(fd, FBIOGET_FSCREENINFO, (void *) &fix) != -1) {
290 strncpy(*namep, fix.id, 16);
310 struct fb_fix_screeninfo fix;
349 if (-1 == ioctl(fd, FBIOGET_FSCREENINFO, (void *) (&fix))) {
357 strncpy(*namep, fix.id, 16);
404 if (-1 == ioctl(fPtr->fd, FBIOGET_FSCREENINFO, (void *) (&fPtr->fix))) {
430 return fPtr->fix.id;
441 if (fPtr->fix.visual == FB_VISUAL_TRUECOLOR ||
442 fPtr->fix.visual == FB_VISUAL_DIRECTCOLOR)
454 if (fPtr->fix.line_length)
455 return fPtr->fix.line_length;
465 return fPtr->fix.type;
473 return fPtr->fix.smem_len;
596 fPtr->fboff = (unsigned long) fPtr->fix.smem_start & ~PAGE_MASK;
597 fPtr->fbmem_len = (fPtr->fboff + fPtr->fix.smem_len + ~PAGE_MASK) &
623 (unsigned long) fPtr->fix.smem_start & (unsigned long) (PAGE_MASK);
625 (unsigned long) fPtr->fix.smem_start & (unsigned long) (~PAGE_MASK);
666 mmio_off = (unsigned long) fPtr->fix.mmio_start & ~PAGE_MASK;
667 fPtr->mmio_len = (mmio_off + fPtr->fix.mmio_len + ~PAGE_MASK) &
715 if (0 != ioctl(fPtr->fd, FBIOGET_FSCREENINFO, (void *) (&fPtr->fix))) {
729 * worked before and actually seems to fix some others...