Searched refs:fbtype (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/include/asm-sparc/ |
D | fbio.h | 43 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/ |
D | fbio.h | 46 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/ |
D | sbusfb.c | 549 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()
|
D | sun3fb.c | 524 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()
|
D | p9100fb.c | 126 struct fbtype *type = &fb->type; in p9100fb_init()
|
D | bwtwofb.c | 158 struct fbtype *type = &fb->type; in bwtwofb_init()
|
D | cgthreefb.c | 179 struct fbtype *type = &fb->type; in cgthreefb_init()
|
D | tcxfb.c | 263 struct fbtype *type = &fb->type; in tcxfb_init()
|
D | cgfourteenfb.c | 367 struct fbtype *type = &fb->type; in cgfourteenfb_init()
|
D | leofb.c | 644 struct fbtype *type = &fb->type; in leofb_init()
|
D | cgsixfb.c | 696 struct fbtype *type = &fb->type; in cgsixfb_init()
|
D | creatorfb.c | 809 struct fbtype *type = &fb->type; in creatorfb_init()
|
/linux-2.4.37.9/include/video/ |
D | sbusfb.h | 92 struct fbtype type;
|
/linux-2.4.37.9/drivers/video/aty/ |
D | atyfb_base.c | 1539 struct fbtype fbtyp; in atyfb_ioctl() 1557 if (copy_to_user((struct fbtype *)arg, &fbtyp, sizeof(fbtyp))) in atyfb_ioctl()
|