Home
last modified time | relevance | path

Searched refs:fbtype (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Dfbio.h43 struct fbtype { struct
51 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
83 struct fbtype fbtype; /* real frame buffer fbtype */ member
/linux-2.4.37.9/include/asm-sparc64/
Dfbio.h46 struct fbtype { struct
54 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
86 struct fbtype fbtype; /* real frame buffer fbtype */ member
/linux-2.4.37.9/drivers/video/
Dsbusfb.c549 if (copy_to_user((struct fbtype *)arg, &fb->type, sizeof(struct fbtype))) in sbusfb_ioctl()
559 __copy_to_user(&fba->fbtype, &fb->type, in sbusfb_ioctl()
560 sizeof(struct fbtype)) || in sbusfb_ioctl()
941 static void __init sbusfb_init_fb(int node, int parent, int fbtype, in sbusfb_init_fb() argument
948 struct fbtype *type; in sbusfb_init_fb()
975 type->fb_type = fbtype; in sbusfb_init_fb()
977 fb->emulations[0] = fbtype; in sbusfb_init_fb()
986 type->fb_depth = depth = (fbtype == FBTYPE_SUN2BW) ? 1 : 8; in sbusfb_init_fb()
1038 switch(fbtype) { in sbusfb_init_fb()
Dsun3fb.c524 static int __init sun3fb_init_fb(int fbtype, unsigned long addr) in sun3fb_init_fb() argument
531 struct fbtype *type; in sun3fb_init_fb()
548 type->fb_type = fbtype; in sun3fb_init_fb()
553 type->fb_depth = depth = (fbtype == FBTYPE_SUN2BW) ? 1 : 8; in sun3fb_init_fb()
594 switch(fbtype) { in sun3fb_init_fb()
Dp9100fb.c126 struct fbtype *type = &fb->type; in p9100fb_init()
Dbwtwofb.c158 struct fbtype *type = &fb->type; in bwtwofb_init()
Dcgthreefb.c179 struct fbtype *type = &fb->type; in cgthreefb_init()
Dtcxfb.c263 struct fbtype *type = &fb->type; in tcxfb_init()
Dcgfourteenfb.c367 struct fbtype *type = &fb->type; in cgfourteenfb_init()
Dleofb.c644 struct fbtype *type = &fb->type; in leofb_init()
Dcgsixfb.c696 struct fbtype *type = &fb->type; in cgsixfb_init()
Dcreatorfb.c809 struct fbtype *type = &fb->type; in creatorfb_init()
/linux-2.4.37.9/include/video/
Dsbusfb.h92 struct fbtype type;
/linux-2.4.37.9/drivers/video/aty/
Datyfb_base.c1539 struct fbtype fbtyp; in atyfb_ioctl()
1557 if (copy_to_user((struct fbtype *)arg, &fbtyp, sizeof(fbtyp))) in atyfb_ioctl()