sys/dev/tc/cfb.c
140
CFATTACH_DECL_NEW(cfb, sizeof(struct cfb_softc),
sys/dev/tc/cfb.c
183
static void cfb_cmap_init(struct cfb_softc *);
sys/dev/tc/cfb.c
185
static int get_cmap(struct cfb_softc *, struct wsdisplay_cmap *);
sys/dev/tc/cfb.c
186
static int set_cmap(struct cfb_softc *, struct wsdisplay_cmap *);
sys/dev/tc/cfb.c
187
static int set_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/cfb.c
188
static int get_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
sys/dev/tc/cfb.c
189
static void set_curpos(struct cfb_softc *, struct wsdisplay_curpos *);
sys/dev/tc/cfb.c
247
struct cfb_softc *sc = device_private(self);
sys/dev/tc/cfb.c
289
cfb_cmap_init(struct cfb_softc *sc)
sys/dev/tc/cfb.c
357
struct cfb_softc *sc = v;
sys/dev/tc/cfb.c
439
struct cfb_softc *sc = v;
sys/dev/tc/cfb.c
450
struct cfb_softc *sc = v;
sys/dev/tc/cfb.c
469
struct cfb_softc *sc = v;
sys/dev/tc/cfb.c
503
struct cfb_softc *sc = arg;
sys/dev/tc/cfb.c
664
get_cmap(struct cfb_softc *sc, struct wsdisplay_cmap *p)
sys/dev/tc/cfb.c
683
set_cmap(struct cfb_softc *sc, struct wsdisplay_cmap *p)
sys/dev/tc/cfb.c
711
set_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/cfb.c
773
get_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p)
sys/dev/tc/cfb.c
779
set_curpos(struct cfb_softc *sc, struct wsdisplay_curpos *curpos)