/linux-2.4.37.9/include/linux/ |
D | fb.h | 314 struct fb_info { struct 333 int (*switch_con)(int, struct fb_info*); argument 335 int (*updatevar)(int, struct fb_info*); argument 337 void (*blank)(int, struct fb_info*); /* tell fb to (un)blank the screen */ argument 362 struct fb_info_gen *info); argument
|
/linux-2.4.37.9/drivers/video/ |
D | fbmon.c | 47 const struct fb_info *fb_info) in fbmon_valid_timings() 72 int fbmon_dpms(const struct fb_info *fb_info) in fbmon_dpms()
|
D | clgenfb.c | 800 struct clgenfb_info *fb_info = (struct clgenfb_info *) info; in clgen_decode_var() local 1099 static void clgen_set_mclk (const struct clgenfb_info *fb_info, int val, int div) in clgen_set_mclk() 1128 struct clgenfb_info *fb_info = (struct clgenfb_info *) info; in clgen_set_par() local 1687 struct clgenfb_info *fb_info = (struct clgenfb_info *)info; in clgen_getcolreg() local 1703 struct clgenfb_info *fb_info = (struct clgenfb_info *) info; in clgen_setcolreg() local 1792 struct clgenfb_info *fb_info = (struct clgenfb_info *) info; in clgen_pan_display() local 1863 struct clgenfb_info *fb_info = (struct clgenfb_info *) info; in clgen_blank() local 1920 static void __init init_vgachip (struct clgenfb_info *fb_info) in init_vgachip() 2137 static void switch_monitor (struct clgenfb_info *fb_info, int on) in switch_monitor() 2193 struct clgenfb_info *fb_info = (struct clgenfb_info *) info; in clgen_set_disp() local [all …]
|
D | igafb.c | 77 struct fb_info fb_info; member 314 struct fb_info *fb_info) in iga_getcolreg() 334 struct fb_info *fb_info) in iga_setcolreg() 384 static void do_install_cmap(int con, struct fb_info *fb_info) in do_install_cmap() 399 struct fb_info *fb_info) in igafb_get_cmap() 510 static int igafb_switch(int con, struct fb_info *fb_info) in igafb_switch()
|
D | vesafb.c | 81 static struct fb_info fb_info; variable 291 struct fb_info *fb_info) in vesa_getcolreg() 344 struct fb_info *fb_info) in vesa_setcolreg()
|
D | fbcmap.c | 200 struct fb_info *), in fb_get_cmap() 254 struct fb_info *), in fb_set_cmap()
|
D | vga16fb.c | 45 struct fb_info fb_info; member 560 struct fb_info *fb_info) in vga16_getcolreg() 587 struct fb_info *fb_info) in vga16_setcolreg() 865 static void vga16fb_blank(int blank, struct fb_info *fb_info) in vga16fb_blank()
|
D | fbmem.c | 778 register_framebuffer(struct fb_info *fb_info) in register_framebuffer() 838 unregister_framebuffer(struct fb_info *fb_info) in unregister_framebuffer()
|
D | macfb.c | 192 static struct fb_info fb_info; variable 688 struct fb_info *fb_info) in macfb_getcolreg() 707 struct fb_info *fb_info) in macfb_setcolreg()
|
D | q40fb.c | 53 static struct fb_info fb_info; variable
|
D | skeletonfb.c | 66 static struct xxxfb_info fb_info; variable
|
D | hitfb.c | 57 } fb_info = { variable
|
D | tx3912fb.c | 38 static struct fb_info fb_info; variable
|
D | fm2fb.c | 149 static struct fb_info fb_info; variable
|
D | hpfb.c | 32 static struct fb_info fb_info; variable
|
D | vfb.c | 48 static struct fb_info fb_info; variable
|
D | tgafb.c | 58 static struct tgafb_info fb_info; variable
|
D | g364fb.c | 82 static struct fb_info fb_info; variable
|
D | au1100fb.c | 99 static struct au1100fb_info fb_info; variable
|
D | hgafb.c | 155 static struct fb_info fb_info; variable
|
D | sgivwfb.c | 57 static struct fb_info fb_info; variable
|
D | epson1355fb.c | 490 static struct e1355fb_info fb_info; variable
|
D | dnfb.c | 130 static struct fb_info fb_info; variable
|
D | dn_cfb4.c | 130 static struct fb_info fb_info; variable
|
/linux-2.4.37.9/drivers/video/sti/ |
D | stifb.c | 84 #define REGION_BASE(fb_info, index) \ argument 88 #define REGION_BASE(fb_info, index) \ argument 183 #define NGLE_LOCK(fb_info) do { } while (0) argument 184 #define NGLE_UNLOCK(fb_info) do { } while (0) argument
|