fbtyp 1813 drivers/video/fbdev/aty/atyfb_base.c struct fbtype fbtyp; fbtyp 1819 drivers/video/fbdev/aty/atyfb_base.c fbtyp.fb_type = FBTYPE_PCI_GENERIC; fbtyp 1820 drivers/video/fbdev/aty/atyfb_base.c fbtyp.fb_width = par->crtc.vxres; fbtyp 1821 drivers/video/fbdev/aty/atyfb_base.c fbtyp.fb_height = par->crtc.vyres; fbtyp 1822 drivers/video/fbdev/aty/atyfb_base.c fbtyp.fb_depth = info->var.bits_per_pixel; fbtyp 1823 drivers/video/fbdev/aty/atyfb_base.c fbtyp.fb_cmsize = info->cmap.len; fbtyp 1824 drivers/video/fbdev/aty/atyfb_base.c fbtyp.fb_size = info->fix.smem_len; fbtyp 1825 drivers/video/fbdev/aty/atyfb_base.c if (copy_to_user((struct fbtype __user *) arg, &fbtyp, fbtyp 1826 drivers/video/fbdev/aty/atyfb_base.c sizeof(fbtyp)))