Home | History | Annotate | Download | only in dev

Lines Matching defs:hyperfb_softc

78 struct	hyperfb_softc {
109 CFATTACH_DECL_NEW(hyperfb, sizeof(struct hyperfb_softc), hyperfb_match,
112 static inline void hyperfb_setup_fb(struct hyperfb_softc *);
113 static inline void hyperfb_setup_fb24(struct hyperfb_softc *);
120 static int hyperfb_putcmap(struct hyperfb_softc *,
122 static int hyperfb_getcmap(struct hyperfb_softc *,
124 static void hyperfb_restore_palette(struct hyperfb_softc *);
125 static int hyperfb_putpalreg(struct hyperfb_softc *, uint8_t, uint8_t,
127 void hyperfb_setup(struct hyperfb_softc *);
128 static void hyperfb_set_video(struct hyperfb_softc *, int);
130 static void hyperfb_rectfill(struct hyperfb_softc *, int, int, int, int,
142 static void hyperfb_move_cursor(struct hyperfb_softc *, int, int);
143 static int hyperfb_do_cursor(struct hyperfb_softc *,
146 static inline void hyperfb_wait_fifo(struct hyperfb_softc *, uint32_t);
160 hyperfb_read4(struct hyperfb_softc *sc, uint32_t offset)
166 hyperfb_read1(struct hyperfb_softc *sc, uint32_t offset)
172 hyperfb_write4(struct hyperfb_softc *sc, uint32_t offset, uint32_t val)
178 hyperfb_write1(struct hyperfb_softc *sc, uint32_t offset, uint8_t val)
184 hyperfb_wait(struct hyperfb_softc *sc)
196 hyperfb_wait_fifo(struct hyperfb_softc *sc, uint32_t slots)
206 hyperfb_setup_fb(struct hyperfb_softc *sc)
230 hyperfb_setup_fb24(struct hyperfb_softc *sc)
320 struct hyperfb_softc *sc = device_private(self);
458 struct hyperfb_softc *sc = cookie;
496 struct hyperfb_softc *sc = vd->cookie;
619 struct hyperfb_softc *sc = vd->cookie;
642 hyperfb_putcmap(struct hyperfb_softc *sc, struct wsdisplay_cmap *cm)
680 hyperfb_getcmap(struct hyperfb_softc *sc, struct wsdisplay_cmap *cm)
703 hyperfb_restore_palette(struct hyperfb_softc *sc)
720 hyperfb_putpalreg(struct hyperfb_softc *sc, uint8_t idx, uint8_t r, uint8_t g,
742 hyperfb_setup(struct hyperfb_softc *sc)
921 hyperfb_set_video(struct hyperfb_softc *sc, int on)
941 hyperfb_fillmode(struct hyperfb_softc *sc)
960 hyperfb_rectfill(struct hyperfb_softc *sc, int x, int y, int wi, int he,
985 struct hyperfb_softc *sc = cookie;
1006 struct hyperfb_softc *sc = scr->scr_cookie;
1024 struct hyperfb_softc *sc = scr->scr_cookie;
1055 struct hyperfb_softc *sc = scr->scr_cookie;
1130 struct hyperfb_softc *sc = scr->scr_cookie;
1158 struct hyperfb_softc *sc = scr->scr_cookie;
1181 struct hyperfb_softc *sc = scr->scr_cookie;
1206 struct hyperfb_softc *sc = scr->scr_cookie;
1224 hyperfb_move_cursor(struct hyperfb_softc *sc, int x, int y)
1243 hyperfb_do_cursor(struct hyperfb_softc *sc, struct wsdisplay_cursor *cur)