Searched refs:cfb_info (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
D | cyber2000fb.c | 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() [all …]
|
D | cyber2000fb.h | 464 struct cfb_info; 482 struct cfb_info *info; 496 void cyber2000fb_enable_extregs(struct cfb_info *cfb); 497 void cyber2000fb_disable_extregs(struct cfb_info *cfb);
|