Lines Matching refs:fb_info_sbusfb
89 static void __tcx_set_control_plane (struct fb_info_sbusfb *fb) in __tcx_set_control_plane()
104 static void tcx_switch_from_graph (struct fb_info_sbusfb *fb) in tcx_switch_from_graph()
117 static void tcx_loadcmap (struct fb_info_sbusfb *fb, struct display *p, int index, int count) in tcx_loadcmap()
134 static void tcx_restore_palette (struct fb_info_sbusfb *fb) in tcx_restore_palette()
147 static void tcx_setcursormap (struct fb_info_sbusfb *fb, u8 *red, u8 *green, u8 *blue) in tcx_setcursormap()
169 static void tcx_setcurshape (struct fb_info_sbusfb *fb) in tcx_setcurshape()
184 static void tcx_setcursor (struct fb_info_sbusfb *fb) in tcx_setcursor()
201 static void tcx_blank (struct fb_info_sbusfb *fb) in tcx_blank()
216 static void tcx_unblank (struct fb_info_sbusfb *fb) in tcx_unblank()
230 static void tcx_reset (struct fb_info_sbusfb *fb) in tcx_reset()
252 static void tcx_margins (struct fb_info_sbusfb *fb, struct display *p, int x_margin, int y_margin) in tcx_margins()
259 char __init *tcxfb_init(struct fb_info_sbusfb *fb) in tcxfb_init()