Searched refs:fbtype (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dfbio.h43 struct fbtype { struct
51 #define FBIOGTYPE _IOR('F', 0, struct fbtype)
83 struct fbtype fbtype; /* real frame buffer fbtype */ member in struct:fbgattr
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dfbio.h46 struct fbtype { struct
54 #define FBIOGTYPE _IOR('F', 0, struct fbtype)
86 struct fbtype fbtype; /* real frame buffer fbtype */ member in struct:fbgattr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dfbio.h43 struct fbtype { struct
51 #define FBIOGTYPE _IOR('F', 0, struct fbtype)
83 struct fbtype fbtype; /* real frame buffer fbtype */ member in struct:fbgattr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dfbio.h46 struct fbtype { struct
54 #define FBIOGTYPE _IOR('F', 0, struct fbtype)
86 struct fbtype fbtype; /* real frame buffer fbtype */ member in struct:fbgattr
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dsbusfb.h92 struct fbtype type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dsbusfb.h92 struct fbtype type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dsbusfb.c549 if (copy_to_user((struct fbtype *)arg, &fb->type, sizeof(struct fbtype)))
559 __copy_to_user(&fba->fbtype, &fb->type,
560 sizeof(struct fbtype)) ||
941 static void __init sbusfb_init_fb(int node, int parent, int fbtype, argument
948 struct fbtype *type;
975 type->fb_type = fbtype;
977 fb->emulations[0] = fbtype;
986 type->fb_depth = depth = (fbtype == FBTYPE_SUN2BW) ? 1 : 8;
1038 switch(fbtype) {
[all...]
H A Dsun3fb.c524 static int __init sun3fb_init_fb(int fbtype, unsigned long addr) argument
531 struct fbtype *type;
548 type->fb_type = fbtype;
553 type->fb_depth = depth = (fbtype == FBTYPE_SUN2BW) ? 1 : 8;
594 switch(fbtype) {
H A Dp9100fb.c119 struct fbtype *type = &fb->type;
H A Dbwtwofb.c158 struct fbtype *type = &fb->type;
H A Dcgthreefb.c179 struct fbtype *type = &fb->type;
H A Dtcxfb.c263 struct fbtype *type = &fb->type;
H A Dcgfourteenfb.c367 struct fbtype *type = &fb->type;
H A Dcgsixfb.c696 struct fbtype *type = &fb->type;
H A Dleofb.c644 struct fbtype *type = &fb->type;
H A Dcreatorfb.c794 struct fbtype *type = &fb->type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb_base.c1241 struct fbtype fbtyp;
1259 if (copy_to_user((struct fbtype *)arg, &fbtyp, sizeof(fbtyp)))

Completed in 146 milliseconds