Searched refs:cfb_info (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/video/fbdev/ |
D | cyber2000fb.c | 58 struct cfb_info { struct 117 cyber2000_crtcw(unsigned int reg, unsigned int val, struct cfb_info *cfb) in cyber2000_crtcw() argument 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() 190 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_copyarea() 240 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_sync() 275 struct cfb_info *cfb = container_of(info, struct cfb_info, fb); in cyber2000fb_setcolreg() [all …]
|
D | cyber2000fb.h | 461 struct cfb_info; 479 struct cfb_info *info; 493 void cyber2000fb_enable_extregs(struct cfb_info *cfb); 494 void cyber2000fb_disable_extregs(struct cfb_info *cfb);
|