Lines Matching refs:cfb_info
57 struct cfb_info { struct
116 cyber2000_crtcw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_crtcw() argument
122 cyber2000_grphw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_grphw()
128 cyber2000_grphr(unsigned int reg, struct cfb_info *cfb) in cyber2000_grphr()
135 cyber2000_attrw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_attrw()
144 cyber2000_seqw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_seqw()
157 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_fillrect()
189 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_copyarea()
232 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_sync()
267 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_setcolreg()
432 static void cyber2000fb_write_ramdac_ctrl(struct cfb_info *cfb) in cyber2000fb_write_ramdac_ctrl()
446 static void cyber2000fb_set_timing(struct cfb_info *cfb, struct par_info *hw) in cyber2000fb_set_timing()
529 cyber2000fb_update_start(struct cfb_info *cfb, struct fb_var_screeninfo *var) in cyber2000fb_update_start()
552 cyber2000fb_decode_crtc(struct par_info *hw, struct cfb_info *cfb, in cyber2000fb_decode_crtc()
653 cyber2000fb_decode_clock(struct par_info *hw, struct cfb_info *cfb, in cyber2000fb_decode_clock()
749 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_check_var()
852 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_set_par()
962 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_pan_display()
998 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_blank()
1075 static struct cfb_info *int_cfb_info;
1080 void cyber2000fb_enable_extregs(struct cfb_info *cfb) in cyber2000fb_enable_extregs()
1096 void cyber2000fb_disable_extregs(struct cfb_info *cfb) in cyber2000fb_disable_extregs()
1120 static void cyber2000fb_enable_ddc(struct cfb_info *cfb) in cyber2000fb_enable_ddc()
1127 static void cyber2000fb_disable_ddc(struct cfb_info *cfb) in cyber2000fb_disable_ddc()
1137 struct cfb_info *cfb = data; in cyber2000fb_ddc_setscl()
1152 struct cfb_info *cfb = data; in cyber2000fb_ddc_setsda()
1167 struct cfb_info *cfb = data; in cyber2000fb_ddc_getscl()
1179 struct cfb_info *cfb = data; in cyber2000fb_ddc_getsda()
1189 static int cyber2000fb_setup_ddc_bus(struct cfb_info *cfb) in cyber2000fb_setup_ddc_bus()
1213 struct cfb_info *cfb = data; in cyber2000fb_i2c_setsda()
1227 struct cfb_info *cfb = data; in cyber2000fb_i2c_setscl()
1241 struct cfb_info *cfb = data; in cyber2000fb_i2c_getsda()
1253 struct cfb_info *cfb = data; in cyber2000fb_i2c_getscl()
1263 static int cyber2000fb_i2c_register(struct cfb_info *cfb) in cyber2000fb_i2c_register()
1281 static void cyber2000fb_i2c_unregister(struct cfb_info *cfb) in cyber2000fb_i2c_unregister()
1347 static void cyberpro_init_hw(struct cfb_info *cfb) in cyberpro_init_hw()
1362 static struct cfb_info *cyberpro_alloc_fb_info(unsigned int id, char *name) in cyberpro_alloc_fb_info()
1364 struct cfb_info *cfb; in cyberpro_alloc_fb_info()
1366 cfb = kzalloc_obj(struct cfb_info); in cyberpro_alloc_fb_info()
1430 static void cyberpro_free_fb_info(struct cfb_info *cfb) in cyberpro_free_fb_info()
1481 static int cyberpro_common_probe(struct cfb_info *cfb) in cyberpro_common_probe()
1572 static void cyberpro_common_remove(struct cfb_info *cfb) in cyberpro_common_remove()
1582 static void cyberpro_common_resume(struct cfb_info *cfb) in cyberpro_common_resume()
1609 static int cyberpro_pci_enable_mmio(struct cfb_info *cfb) in cyberpro_pci_enable_mmio()
1675 struct cfb_info *cfb; in cyberpro_pci_probe()
1762 struct cfb_info *cfb = pci_get_drvdata(dev); in cyberpro_pci_remove()
1787 struct cfb_info *cfb = dev_get_drvdata(dev); in cyberpro_pci_resume()