sys/dev/tc/sfbplus.c
127
CFATTACH_DECL_NEW(sfbp, sizeof(struct sfbp_softc),
sys/dev/tc/sfbplus.c
187
static void sfbp_cmap_init(struct sfbp_softc *);
sys/dev/tc/sfbplus.c
189
static int get_cmap(struct sfbp_softc *, struct wsdisplay_cmap *);
sys/dev/tc/sfbplus.c
190
static int set_cmap(struct sfbp_softc *, struct wsdisplay_cmap *);
sys/dev/tc/sfbplus.c
191
static int set_cursor(struct sfbp_softc *, struct wsdisplay_cursor *);
sys/dev/tc/sfbplus.c
192
static int get_cursor(struct sfbp_softc *, struct wsdisplay_cursor *);
sys/dev/tc/sfbplus.c
193
static void set_curpos(struct sfbp_softc *, struct wsdisplay_curpos *);
sys/dev/tc/sfbplus.c
251
struct sfbp_softc *sc = device_private(self);
sys/dev/tc/sfbplus.c
310
sfbp_cmap_init(struct sfbp_softc *sc)
sys/dev/tc/sfbplus.c
425
struct sfbp_softc *sc = v;
sys/dev/tc/sfbplus.c
508
struct sfbp_softc *sc = v;
sys/dev/tc/sfbplus.c
519
struct sfbp_softc *sc = v;
sys/dev/tc/sfbplus.c
538
struct sfbp_softc *sc = v;
sys/dev/tc/sfbplus.c
573
struct sfbp_softc *sc = arg;
sys/dev/tc/sfbplus.c
700
get_cmap(struct sfbp_softc *sc, struct wsdisplay_cmap *p)
sys/dev/tc/sfbplus.c
719
set_cmap(struct sfbp_softc *sc, struct wsdisplay_cmap *p)
sys/dev/tc/sfbplus.c
748
set_cursor(struct sfbp_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/sfbplus.c
810
get_cursor(struct sfbp_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/sfbplus.c
816
set_curpos(struct sfbp_softc *sc, struct wsdisplay_curpos *curpos)