Home | History | Annotate | Download | only in tc

Lines Matching defs:tfb_softc

141 struct tfb_softc {
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)
391 struct tfb_softc *sc = v;
477 struct tfb_softc *sc = v;
488 struct tfb_softc *sc = v;
507 struct tfb_softc *sc = v;
541 struct tfb_softc *sc = arg;
722 get_cmap(struct tfb_softc *sc, struct wsdisplay_cmap *p)
741 set_cmap(struct tfb_softc *sc, struct wsdisplay_cmap *p)
769 set_cursor(struct tfb_softc *sc, struct wsdisplay_cursor *p)
831 get_cursor(struct tfb_softc *sc, struct wsdisplay_cursor *p)
837 set_curpos(struct tfb_softc *sc, struct wsdisplay_curpos *curpos)