Searched refs:cfb_softc (Results 1 – 1 of 1) sorted by relevance
116 struct cfb_softc { struct140 CFATTACH_DECL_NEW(cfb, sizeof(struct cfb_softc), argument183 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()[all …]