Home
last modified time | relevance | path

Searched refs:cfb_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/tc/
H A Dcfb.c116 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()
[all …]