Lines Matching refs:cfb_info
61 struct cfb_info { struct
121 cyber2000_crtcw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_crtcw() argument
127 cyber2000_grphw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_grphw()
133 cyber2000_grphr(unsigned int reg, struct cfb_info *cfb) in cyber2000_grphr()
140 cyber2000_attrw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_attrw()
149 cyber2000_seqw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_seqw()
162 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_fillrect()
194 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_copyarea()
244 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_sync()
279 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_setcolreg()
444 static void cyber2000fb_write_ramdac_ctrl(struct cfb_info *cfb) in cyber2000fb_write_ramdac_ctrl()
458 static void cyber2000fb_set_timing(struct cfb_info *cfb, struct par_info *hw) in cyber2000fb_set_timing()
541 cyber2000fb_update_start(struct cfb_info *cfb, struct fb_var_screeninfo *var) in cyber2000fb_update_start()
564 cyber2000fb_decode_crtc(struct par_info *hw, struct cfb_info *cfb, in cyber2000fb_decode_crtc()
665 cyber2000fb_decode_clock(struct par_info *hw, struct cfb_info *cfb, in cyber2000fb_decode_clock()
761 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_check_var()
864 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_set_par()
974 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_pan_display()
1010 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_blank()
1085 static struct cfb_info *int_cfb_info;
1090 void cyber2000fb_enable_extregs(struct cfb_info *cfb) in cyber2000fb_enable_extregs()
1107 void cyber2000fb_disable_extregs(struct cfb_info *cfb) in cyber2000fb_disable_extregs()
1166 static void cyber2000fb_enable_ddc(struct cfb_info *cfb) in cyber2000fb_enable_ddc()
1172 static void cyber2000fb_disable_ddc(struct cfb_info *cfb) in cyber2000fb_disable_ddc()
1181 struct cfb_info *cfb = data; in cyber2000fb_ddc_setscl()
1196 struct cfb_info *cfb = data; in cyber2000fb_ddc_setsda()
1211 struct cfb_info *cfb = data; in cyber2000fb_ddc_getscl()
1223 struct cfb_info *cfb = data; in cyber2000fb_ddc_getsda()
1233 static int cyber2000fb_setup_ddc_bus(struct cfb_info *cfb) in cyber2000fb_setup_ddc_bus()
1258 struct cfb_info *cfb = data; in cyber2000fb_i2c_setsda()
1272 struct cfb_info *cfb = data; in cyber2000fb_i2c_setscl()
1286 struct cfb_info *cfb = data; in cyber2000fb_i2c_getsda()
1298 struct cfb_info *cfb = data; in cyber2000fb_i2c_getscl()
1308 static int cyber2000fb_i2c_register(struct cfb_info *cfb) in cyber2000fb_i2c_register()
1326 static void cyber2000fb_i2c_unregister(struct cfb_info *cfb) in cyber2000fb_i2c_unregister()
1392 static void cyberpro_init_hw(struct cfb_info *cfb) in cyberpro_init_hw()
1407 static struct cfb_info *cyberpro_alloc_fb_info(unsigned int id, char *name) in cyberpro_alloc_fb_info()
1409 struct cfb_info *cfb; in cyberpro_alloc_fb_info()
1411 cfb = kzalloc(sizeof(struct cfb_info), GFP_KERNEL); in cyberpro_alloc_fb_info()
1475 static void cyberpro_free_fb_info(struct cfb_info *cfb) in cyberpro_free_fb_info()
1526 static int cyberpro_common_probe(struct cfb_info *cfb) in cyberpro_common_probe()
1617 static void cyberpro_common_remove(struct cfb_info *cfb) in cyberpro_common_remove()
1627 static void cyberpro_common_resume(struct cfb_info *cfb) in cyberpro_common_resume()
1658 static int cyberpro_pci_enable_mmio(struct cfb_info *cfb) in cyberpro_pci_enable_mmio()
1724 struct cfb_info *cfb; in cyberpro_pci_probe()
1806 struct cfb_info *cfb = pci_get_drvdata(dev); in cyberpro_pci_remove()
1830 struct cfb_info *cfb = pci_get_drvdata(dev); in cyberpro_pci_resume()