HomeSort by: relevance | last modified time | path
    Searched defs:tfb_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/tc/
tfb.c 141 struct tfb_softc { struct
178 CFATTACH_DECL_NEW(tfb, sizeof(struct tfb_softc),
182 static void tfb_cmap_init(struct tfb_softc *);
223 static int get_cmap(struct tfb_softc *, struct wsdisplay_cmap *);
224 static int set_cmap(struct tfb_softc *, struct wsdisplay_cmap *);
225 static int set_cursor(struct tfb_softc *, struct wsdisplay_cursor *);
226 static int get_cursor(struct tfb_softc *, struct wsdisplay_cursor *);
227 static void set_curpos(struct tfb_softc *, struct wsdisplay_curpos *);
281 struct tfb_softc *sc = device_private(self);
373 tfb_cmap_init(struct tfb_softc *sc
    [all...]

Completed in 25 milliseconds