Lines Matching refs:cfb_softc
116 struct cfb_softc { struct
140 CFATTACH_DECL_NEW(cfb, sizeof(struct cfb_softc), argument
183 static void cfb_cmap_init(struct cfb_softc *);
185 static int get_cmap(struct cfb_softc *, struct wsdisplay_cmap *);
186 static int set_cmap(struct cfb_softc *, struct wsdisplay_cmap *);
187 static int set_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
188 static int get_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
189 static void set_curpos(struct cfb_softc *, struct wsdisplay_curpos *);
247 struct cfb_softc *sc = device_private(self); in cfbattach()
289 cfb_cmap_init(struct cfb_softc *sc) in cfb_cmap_init()
357 struct cfb_softc *sc = v; in cfbioctl()
439 struct cfb_softc *sc = v; in cfbmmap()
450 struct cfb_softc *sc = v; in cfb_alloc_screen()
469 struct cfb_softc *sc = v; in cfb_free_screen()
503 struct cfb_softc *sc = arg; in cfbintr()
664 get_cmap(struct cfb_softc *sc, struct wsdisplay_cmap *p) in get_cmap()
683 set_cmap(struct cfb_softc *sc, struct wsdisplay_cmap *p) in set_cmap()
711 set_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p) in set_cursor()
773 get_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p) in get_cursor()
779 set_curpos(struct cfb_softc *sc, struct wsdisplay_curpos *curpos) in set_curpos()