Lines Matching refs:cgfourteen_softc

109 CFATTACH_DECL_NEW(cgfourteen, sizeof(struct cgfourteen_softc),
133 static void cg14_set_video(struct cgfourteen_softc *, int);
134 static int cg14_get_video(struct cgfourteen_softc *);
137 static void cg14_load_hwcmap(struct cgfourteen_softc *, int, int);
138 static void cg14_init(struct cgfourteen_softc *);
139 static void cg14_reset(struct cgfourteen_softc *);
142 static void cg14_setup_wsdisplay(struct cgfourteen_softc *, int);
143 static void cg14_init_cmap(struct cgfourteen_softc *);
144 static int cg14_putcmap(struct cgfourteen_softc *, struct wsdisplay_cmap *);
145 static int cg14_getcmap(struct cgfourteen_softc *, struct wsdisplay_cmap *);
146 static void cg14_set_depth(struct cgfourteen_softc *, int);
147 static void cg14_move_cursor(struct cgfourteen_softc *, int, int);
148 static int cg14_do_cursor(struct cgfourteen_softc *,
188 static void cg14_set_rcons_luts(struct cgfourteen_softc *sc)
225 struct cgfourteen_softc *sc = device_private(self);
392 struct cgfourteen_softc *sc;
410 struct cgfourteen_softc *sc =
430 struct cgfourteen_softc *sc =
498 struct cgfourteen_softc *sc = device_private(dev);
518 struct cgfourteen_softc *sc =
577 cg14_init(struct cgfourteen_softc *sc)
614 cg14_reset(struct cgfourteen_softc *sc)
651 cg14_set_video(struct cgfourteen_softc *sc, int enable)
674 cg14_get_video(struct cgfourteen_softc *sc)
738 cg14_load_hwcmap(struct cgfourteen_softc *sc, int start, int ncolors)
753 cg14_setup_wsdisplay(struct cgfourteen_softc *sc, int is_cons)
811 cg14_init_cmap(struct cgfourteen_softc *sc)
826 cg14_putcmap(struct cgfourteen_softc *sc, struct wsdisplay_cmap *cm)
858 cg14_getcmap(struct cgfourteen_softc *sc, struct wsdisplay_cmap *cm)
894 struct cgfourteen_softc *sc = vd->cookie;
991 struct cgfourteen_softc *sc = vd->cookie;
1007 struct cgfourteen_softc *sc = cookie;
1034 cg14_set_depth(struct cgfourteen_softc *sc, int depth)
1066 cg14_move_cursor(struct cgfourteen_softc *sc, int x, int y)
1078 cg14_do_cursor(struct cgfourteen_softc *sc, struct wsdisplay_cursor *cur)