Symbol: hyperfb_softc
sys/arch/hppa/dev/hyperfb.c
1012
hyperfb_fillmode(struct hyperfb_softc *sc)
sys/arch/hppa/dev/hyperfb.c
1024
hyperfb_rectfill(struct hyperfb_softc *sc, int x, int y, int wi, int he,
sys/arch/hppa/dev/hyperfb.c
1047
struct hyperfb_softc *sc = cookie;
sys/arch/hppa/dev/hyperfb.c
1057
struct hyperfb_softc *sc = cookie;
sys/arch/hppa/dev/hyperfb.c
1083
struct hyperfb_softc *sc = scr->scr_cookie;
sys/arch/hppa/dev/hyperfb.c
110
CFATTACH_DECL_NEW(hyperfb, sizeof(struct hyperfb_softc), hyperfb_match,
sys/arch/hppa/dev/hyperfb.c
1101
struct hyperfb_softc *sc = scr->scr_cookie;
sys/arch/hppa/dev/hyperfb.c
113
static inline void hyperfb_setup_fb(struct hyperfb_softc *);
sys/arch/hppa/dev/hyperfb.c
1132
struct hyperfb_softc *sc = scr->scr_cookie;
sys/arch/hppa/dev/hyperfb.c
114
static inline void hyperfb_setup_fb24(struct hyperfb_softc *);
sys/arch/hppa/dev/hyperfb.c
121
static int hyperfb_putcmap(struct hyperfb_softc *,
sys/arch/hppa/dev/hyperfb.c
123
static int hyperfb_getcmap(struct hyperfb_softc *,
sys/arch/hppa/dev/hyperfb.c
1241
struct hyperfb_softc *sc = scr->scr_cookie;
sys/arch/hppa/dev/hyperfb.c
125
static void hyperfb_restore_palette(struct hyperfb_softc *);
sys/arch/hppa/dev/hyperfb.c
126
static int hyperfb_putpalreg(struct hyperfb_softc *, uint8_t, uint8_t,
sys/arch/hppa/dev/hyperfb.c
128
void hyperfb_setup(struct hyperfb_softc *);
sys/arch/hppa/dev/hyperfb.c
129
static void hyperfb_set_video(struct hyperfb_softc *, int);
sys/arch/hppa/dev/hyperfb.c
131
static void hyperfb_rectfill(struct hyperfb_softc *, int, int, int, int,
sys/arch/hppa/dev/hyperfb.c
1379
struct hyperfb_softc *sc = scr->scr_cookie;
sys/arch/hppa/dev/hyperfb.c
1407
struct hyperfb_softc *sc = scr->scr_cookie;
sys/arch/hppa/dev/hyperfb.c
1430
struct hyperfb_softc *sc = scr->scr_cookie;
sys/arch/hppa/dev/hyperfb.c
1455
struct hyperfb_softc *sc = scr->scr_cookie;
sys/arch/hppa/dev/hyperfb.c
146
static void hyperfb_move_cursor(struct hyperfb_softc *, int, int);
sys/arch/hppa/dev/hyperfb.c
147
static int hyperfb_do_cursor(struct hyperfb_softc *,
sys/arch/hppa/dev/hyperfb.c
1480
hyperfb_move_cursor(struct hyperfb_softc *sc, int x, int y)
sys/arch/hppa/dev/hyperfb.c
1499
hyperfb_do_cursor(struct hyperfb_softc *sc, struct wsdisplay_cursor *cur)
sys/arch/hppa/dev/hyperfb.c
150
static inline void hyperfb_wait_fifo(struct hyperfb_softc *, uint32_t);
sys/arch/hppa/dev/hyperfb.c
164
hyperfb_read4(struct hyperfb_softc *sc, uint32_t offset)
sys/arch/hppa/dev/hyperfb.c
170
hyperfb_read1(struct hyperfb_softc *sc, uint32_t offset)
sys/arch/hppa/dev/hyperfb.c
176
hyperfb_write4(struct hyperfb_softc *sc, uint32_t offset, uint32_t val)
sys/arch/hppa/dev/hyperfb.c
182
hyperfb_write1(struct hyperfb_softc *sc, uint32_t offset, uint8_t val)
sys/arch/hppa/dev/hyperfb.c
188
hyperfb_wait(struct hyperfb_softc *sc)
sys/arch/hppa/dev/hyperfb.c
200
hyperfb_wait_fifo(struct hyperfb_softc *sc, uint32_t slots)
sys/arch/hppa/dev/hyperfb.c
210
hyperfb_sba(struct hyperfb_softc *sc, uint32_t mode)
sys/arch/hppa/dev/hyperfb.c
220
hyperfb_dba(struct hyperfb_softc *sc, uint32_t mode)
sys/arch/hppa/dev/hyperfb.c
230
hyperfb_both(struct hyperfb_softc *sc, uint32_t mode)
sys/arch/hppa/dev/hyperfb.c
241
hyperfb_fbflag(struct hyperfb_softc *sc, int flag)
sys/arch/hppa/dev/hyperfb.c
250
hyperfb_setup_fb(struct hyperfb_softc *sc)
sys/arch/hppa/dev/hyperfb.c
274
hyperfb_setup_fb24(struct hyperfb_softc *sc)
sys/arch/hppa/dev/hyperfb.c
366
struct hyperfb_softc *sc = device_private(self);
sys/arch/hppa/dev/hyperfb.c
519
struct hyperfb_softc *sc = cookie;
sys/arch/hppa/dev/hyperfb.c
561
struct hyperfb_softc *sc = vd->cookie;
sys/arch/hppa/dev/hyperfb.c
685
struct hyperfb_softc *sc = vd->cookie;
sys/arch/hppa/dev/hyperfb.c
708
hyperfb_putcmap(struct hyperfb_softc *sc, struct wsdisplay_cmap *cm)
sys/arch/hppa/dev/hyperfb.c
746
hyperfb_getcmap(struct hyperfb_softc *sc, struct wsdisplay_cmap *cm)
sys/arch/hppa/dev/hyperfb.c
769
hyperfb_restore_palette(struct hyperfb_softc *sc)
sys/arch/hppa/dev/hyperfb.c
786
hyperfb_putpalreg(struct hyperfb_softc *sc, uint8_t idx, uint8_t r, uint8_t g,
sys/arch/hppa/dev/hyperfb.c
808
hyperfb_setup(struct hyperfb_softc *sc)
sys/arch/hppa/dev/hyperfb.c
985
hyperfb_set_video(struct hyperfb_softc *sc, int on)