sys/dev/ic/sti.c
100
int sti_init(struct sti_screen *, int);
sys/dev/ic/sti.c
104
int sti_inqcfg(struct sti_screen *, struct sti_inqconfout *);
sys/dev/ic/sti.c
105
int sti_setcment(struct sti_screen *, u_int, u_char, u_char, u_char);
sys/dev/ic/sti.c
1062
sti_init(struct sti_screen *scr, int mode)
sys/dev/ic/sti.c
107
struct sti_screen *
sys/dev/ic/sti.c
109
void sti_describe_screen(struct sti_softc *, struct sti_screen *);
sys/dev/ic/sti.c
1097
sti_inqcfg(struct sti_screen *scr, struct sti_inqconfout *out)
sys/dev/ic/sti.c
110
void sti_end_attach_screen(struct sti_softc *, struct sti_screen *, int);
sys/dev/ic/sti.c
111
int sti_fetchfonts(struct sti_screen *, bus_space_handle_t,
sys/dev/ic/sti.c
1114
sti_bmove(struct sti_screen *scr, int x1, int y1, int x2, int y2, int h, int w,
sys/dev/ic/sti.c
114
void sti_region_setup(struct sti_screen *, bus_space_handle_t);
sys/dev/ic/sti.c
1158
sti_setcment(struct sti_screen *scr, u_int i, u_char r, u_char g, u_char b)
sys/dev/ic/sti.c
117
int sti_screen_setup(struct sti_screen *, bus_space_handle_t, int);
sys/dev/ic/sti.c
119
int ngle_default_putcmap(struct sti_screen *, u_int, u_int);
sys/dev/ic/sti.c
1190
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
121
void ngle_artist_setupfb(struct sti_screen *);
sys/dev/ic/sti.c
122
void ngle_elk_setupfb(struct sti_screen *);
sys/dev/ic/sti.c
123
void ngle_timber_setupfb(struct sti_screen *);
sys/dev/ic/sti.c
124
int ngle_putcmap(struct sti_screen *, u_int, u_int);
sys/dev/ic/sti.c
1307
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1333
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1349
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1359
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1372
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1410
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1442
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1505
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1519
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1533
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1545
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1558
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1569
struct sti_screen *scr = (struct sti_screen *)v;
sys/dev/ic/sti.c
1584
ngle_default_putcmap(struct sti_screen *scr, u_int idx, u_int count)
sys/dev/ic/sti.c
1600
void ngle_setup_attr_planes(struct sti_screen *scr);
sys/dev/ic/sti.c
1601
void ngle_setup_bt458(struct sti_screen *scr);
sys/dev/ic/sti.c
1607
ngle_artist_setupfb(struct sti_screen *scr)
sys/dev/ic/sti.c
1628
ngle_elk_setupfb(struct sti_screen *scr)
sys/dev/ic/sti.c
1648
ngle_timber_setupfb(struct sti_screen *scr)
sys/dev/ic/sti.c
1663
ngle_setup_bt458(struct sti_screen *scr)
sys/dev/ic/sti.c
1676
ngle_setup_attr_planes(struct sti_screen *scr)
sys/dev/ic/sti.c
1701
ngle_putcmap(struct sti_screen *scr, u_int idx, u_int count)
sys/dev/ic/sti.c
192
struct sti_screen *
sys/dev/ic/sti.c
195
struct sti_screen *scr;
sys/dev/ic/sti.c
198
scr = (struct sti_screen *)malloc(sizeof(*scr), M_DEVBUF,
sys/dev/ic/sti.c
418
sti_region_setup(struct sti_screen *scr, bus_space_handle_t romh)
sys/dev/ic/sti.c
566
struct sti_screen *scr = v;
sys/dev/ic/sti.c
590
sti_screen_setup(struct sti_screen *scr, bus_space_handle_t romh, int flags)
sys/dev/ic/sti.c
836
sti_describe_screen(struct sti_softc *sc, struct sti_screen *scr)
sys/dev/ic/sti.c
880
sti_end_attach_screen(struct sti_softc *sc, struct sti_screen *scr, int console)
sys/dev/ic/sti.c
923
sti_fetchfonts(struct sti_screen *scr, bus_space_handle_t romh,
sys/dev/ic/sti.c
98
void sti_bmove(struct sti_screen *, int, int, int, int, int, int,
sys/dev/ic/stivar.h
101
void (*setupfb)(struct sti_screen *);
sys/dev/ic/stivar.h
102
int (*putcmap)(struct sti_screen *, u_int, u_int);
sys/dev/ic/stivar.h
124
struct sti_screen *sc_scr;
sys/dev/ic/stivar.h
33
struct sti_screen;