Lines Matching defs:xcfb_softc
82 struct xcfb_softc {
98 CFATTACH_DECL_NEW(xcfb, sizeof(struct xcfb_softc),
141 static void xcfb_screenblank(struct xcfb_softc *);
142 static void xcfb_cmap_init(struct xcfb_softc *);
143 static int set_cmap(struct xcfb_softc *, struct wsdisplay_cmap *);
144 static int get_cmap(struct xcfb_softc *, struct wsdisplay_cmap *);
145 static int set_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
146 static int get_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
147 static void set_curpos(struct xcfb_softc *, struct wsdisplay_curpos *);
149 static void ims332_set_curpos(struct xcfb_softc *);
150 static void ims332_load_curcmap(struct xcfb_softc *);
151 static void ims332_load_curshape(struct xcfb_softc *);
215 struct xcfb_softc *sc = device_private(self);
252 xcfb_cmap_init(struct xcfb_softc *sc)
390 struct xcfb_softc *sc = v;
482 struct xcfb_softc *sc = v;
501 struct xcfb_softc *sc = v;
520 struct xcfb_softc *sc = v;
531 xcfb_screenblank(struct xcfb_softc *sc)
541 get_cmap(struct xcfb_softc *sc, struct wsdisplay_cmap *p)
560 set_cmap(struct xcfb_softc *sc, struct wsdisplay_cmap *p)
585 set_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p)
653 get_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p)
659 set_curpos(struct xcfb_softc *sc, struct wsdisplay_curpos *curpos)
689 ims332_set_curpos(struct xcfb_softc *sc)
702 ims332_load_curcmap(struct xcfb_softc *sc)
717 ims332_load_curshape(struct xcfb_softc *sc)