Lines Matching defs:cfb

110 #define cyber2000fb_writel(val, reg, cfb)	writel(val, (cfb)->regs + (reg))  argument
111 #define cyber2000fb_writew(val, reg, cfb) writew(val, (cfb)->regs + (reg)) argument
112 #define cyber2000fb_writeb(val, reg, cfb) writeb(val, (cfb)->regs + (reg)) argument
114 #define cyber2000fb_readb(reg, cfb) readb((cfb)->regs + (reg)) argument
117 cyber2000_crtcw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_crtcw()
123 cyber2000_grphw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_grphw()
129 cyber2000_grphr(unsigned int reg, struct cfb_info *cfb) in cyber2000_grphr()
136 cyber2000_attrw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_attrw()
145 cyber2000_seqw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_seqw()
158 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_fillrect() local
190 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_copyarea() local
240 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_sync() local
275 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_setcolreg() local
440 static void cyber2000fb_write_ramdac_ctrl(struct cfb_info *cfb) in cyber2000fb_write_ramdac_ctrl()
454 static void cyber2000fb_set_timing(struct cfb_info *cfb, struct par_info *hw) in cyber2000fb_set_timing()
537 cyber2000fb_update_start(struct cfb_info *cfb, struct fb_var_screeninfo *var) in cyber2000fb_update_start()
560 cyber2000fb_decode_crtc(struct par_info *hw, struct cfb_info *cfb, in cyber2000fb_decode_crtc()
661 cyber2000fb_decode_clock(struct par_info *hw, struct cfb_info *cfb, in cyber2000fb_decode_clock()
757 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_check_var() local
860 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_set_par() local
970 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_pan_display() local
1006 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_blank() local
1086 void cyber2000fb_enable_extregs(struct cfb_info *cfb) in cyber2000fb_enable_extregs()
1103 void cyber2000fb_disable_extregs(struct cfb_info *cfb) in cyber2000fb_disable_extregs()
1162 static void cyber2000fb_enable_ddc(struct cfb_info *cfb) in cyber2000fb_enable_ddc()
1168 static void cyber2000fb_disable_ddc(struct cfb_info *cfb) in cyber2000fb_disable_ddc()
1177 struct cfb_info *cfb = data; in cyber2000fb_ddc_setscl() local
1192 struct cfb_info *cfb = data; in cyber2000fb_ddc_setsda() local
1207 struct cfb_info *cfb = data; in cyber2000fb_ddc_getscl() local
1219 struct cfb_info *cfb = data; in cyber2000fb_ddc_getsda() local
1229 static int cyber2000fb_setup_ddc_bus(struct cfb_info *cfb) in cyber2000fb_setup_ddc_bus()
1254 struct cfb_info *cfb = data; in cyber2000fb_i2c_setsda() local
1268 struct cfb_info *cfb = data; in cyber2000fb_i2c_setscl() local
1282 struct cfb_info *cfb = data; in cyber2000fb_i2c_getsda() local
1294 struct cfb_info *cfb = data; in cyber2000fb_i2c_getscl() local
1304 static int cyber2000fb_i2c_register(struct cfb_info *cfb) in cyber2000fb_i2c_register()
1322 static void cyber2000fb_i2c_unregister(struct cfb_info *cfb) in cyber2000fb_i2c_unregister()
1327 #define cyber2000fb_i2c_register(cfb) (0) argument
1328 #define cyber2000fb_i2c_unregister(cfb) do { } while (0) argument
1388 static void cyberpro_init_hw(struct cfb_info *cfb) in cyberpro_init_hw()
1405 struct cfb_info *cfb; in cyberpro_alloc_fb_info() local
1471 static void cyberpro_free_fb_info(struct cfb_info *cfb) in cyberpro_free_fb_info()
1522 static int cyberpro_common_probe(struct cfb_info *cfb) in cyberpro_common_probe()
1613 static void cyberpro_common_remove(struct cfb_info *cfb) in cyberpro_common_remove()
1623 static void cyberpro_common_resume(struct cfb_info *cfb) in cyberpro_common_resume()
1650 static int cyberpro_pci_enable_mmio(struct cfb_info *cfb) in cyberpro_pci_enable_mmio()
1716 struct cfb_info *cfb; in cyberpro_pci_probe() local
1798 struct cfb_info *cfb = pci_get_drvdata(dev); in cyberpro_pci_remove() local
1822 struct cfb_info *cfb = pci_get_drvdata(dev); in cyberpro_pci_resume() local