Symbol: gfxp_softc
sys/arch/sparc64/dev/gfxp.c
138
sizeof(struct gfxp_softc), gfxp_match, gfxp_attach
sys/arch/sparc64/dev/gfxp.c
146
int gfxp_getcmap(struct gfxp_softc *, struct wsdisplay_cmap *);
sys/arch/sparc64/dev/gfxp.c
147
int gfxp_putcmap(struct gfxp_softc *, struct wsdisplay_cmap *);
sys/arch/sparc64/dev/gfxp.c
155
void gfxp_init(struct gfxp_softc *);
sys/arch/sparc64/dev/gfxp.c
156
void gfxp_reinit(struct gfxp_softc *);
sys/arch/sparc64/dev/gfxp.c
158
void gfxp_indexed_write(struct gfxp_softc *, bus_size_t, uint32_t);
sys/arch/sparc64/dev/gfxp.c
159
int gfxp_wait(struct gfxp_softc *);
sys/arch/sparc64/dev/gfxp.c
160
int gfxp_wait_fifo(struct gfxp_softc *, int);
sys/arch/sparc64/dev/gfxp.c
161
void gfxp_copyrect(struct gfxp_softc *, int, int, int, int, int, int);
sys/arch/sparc64/dev/gfxp.c
162
void gfxp_fillrect(struct gfxp_softc *, int, int, int, int, int);
sys/arch/sparc64/dev/gfxp.c
183
struct gfxp_softc *sc = (struct gfxp_softc *)self;
sys/arch/sparc64/dev/gfxp.c
255
struct gfxp_softc *sc = v;
sys/arch/sparc64/dev/gfxp.c
325
struct gfxp_softc *sc = v;
sys/arch/sparc64/dev/gfxp.c
372
gfxp_getcmap(struct gfxp_softc *sc, struct wsdisplay_cmap *cm)
sys/arch/sparc64/dev/gfxp.c
394
gfxp_putcmap(struct gfxp_softc *sc, struct wsdisplay_cmap *cm)
sys/arch/sparc64/dev/gfxp.c
435
struct gfxp_softc *sc = v;
sys/arch/sparc64/dev/gfxp.c
457
struct gfxp_softc *sc = ri->ri_hw;
sys/arch/sparc64/dev/gfxp.c
475
struct gfxp_softc *sc = ri->ri_hw;
sys/arch/sparc64/dev/gfxp.c
494
struct gfxp_softc *sc = ri->ri_hw;
sys/arch/sparc64/dev/gfxp.c
510
struct gfxp_softc *sc = ri->ri_hw;
sys/arch/sparc64/dev/gfxp.c
532
gfxp_init(struct gfxp_softc *sc)
sys/arch/sparc64/dev/gfxp.c
542
gfxp_reinit(struct gfxp_softc *sc)
sys/arch/sparc64/dev/gfxp.c
566
gfxp_indexed_write(struct gfxp_softc *sc, bus_size_t offset, uint32_t value)
sys/arch/sparc64/dev/gfxp.c
577
gfxp_wait_fifo(struct gfxp_softc *sc, int n)
sys/arch/sparc64/dev/gfxp.c
592
gfxp_wait(struct gfxp_softc *sc)
sys/arch/sparc64/dev/gfxp.c
628
gfxp_copyrect(struct gfxp_softc *sc, int sx, int sy, int dx, int dy,
sys/arch/sparc64/dev/gfxp.c
654
gfxp_fillrect(struct gfxp_softc *sc, int x, int y, int w, int h, int color)