Symbol: tga_devconfig
sys/dev/pci/tga.c
109
void tga2_init(struct tga_devconfig *);
sys/dev/pci/tga.c
1097
struct tga_devconfig *dc = (struct tga_devconfig *)dst->ri_hw;
sys/dev/pci/tga.c
1264
struct tga_devconfig *dc = ri->ri_hw;
sys/dev/pci/tga.c
1328
struct tga_devconfig *dc = ri->ri_hw;
sys/dev/pci/tga.c
1382
struct tga_devconfig *dc = ri->ri_hw;
sys/dev/pci/tga.c
1436
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1448
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1463
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1488
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1512
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1528
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1544
struct tga_devconfig *dc,
sys/dev/pci/tga.c
1548
struct monitor *tga_getmonitor(struct tga_devconfig *dc);
sys/dev/pci/tga.c
1551
tga2_init(struct tga_devconfig *dc)
sys/dev/pci/tga.c
1597
tga2_ics9110_wr(struct tga_devconfig *dc, int dotclock)
sys/dev/pci/tga.c
1669
tga_getmonitor(struct tga_devconfig *dc)
sys/dev/pci/tga.c
1675
tga_getdotclock(struct tga_devconfig *dc)
sys/dev/pci/tga.c
169
void tga_blank(struct tga_devconfig *);
sys/dev/pci/tga.c
170
void tga_unblank(struct tga_devconfig *);
sys/dev/pci/tga.c
198
struct tga_devconfig *dc)
sys/dev/pci/tga.c
420
sc->sc_dc = malloc(sizeof(struct tga_devconfig), M_DEVBUF,
sys/dev/pci/tga.c
554
struct tga_devconfig *dc = sc->sc_dc;
sys/dev/pci/tga.c
633
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
656
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
691
struct tga_devconfig *dc = sc->sc_dc;
sys/dev/pci/tga.c
752
struct tga_devconfig *dc = sc->sc_dc;
sys/dev/pci/tga.c
798
struct tga_devconfig *dc = sc->sc_dc;
sys/dev/pci/tga.c
80
int tga_identify(struct tga_devconfig *);
sys/dev/pci/tga.c
808
struct tga_devconfig *dcp = &tga_console_dc;
sys/dev/pci/tga.c
83
pcitag_t tag, struct tga_devconfig *dc);
sys/dev/pci/tga.c
84
unsigned tga_getdotclock(struct tga_devconfig *dc);
sys/dev/pci/tga.c
86
struct tga_devconfig tga_console_dc;
sys/dev/pci/tga.c
865
tga_blank(struct tga_devconfig *dc)
sys/dev/pci/tga.c
876
tga_unblank(struct tga_devconfig *dc)
sys/dev/pci/tga.c
890
tga_builtin_set_cursor(struct tga_devconfig *dc,
sys/dev/pci/tga.c
942
tga_builtin_get_cursor(struct tga_devconfig *dc,
sys/dev/pci/tga.c
972
tga_builtin_set_curpos(struct tga_devconfig *dc,
sys/dev/pci/tga.c
982
tga_builtin_get_curpos(struct tga_devconfig *dc,
sys/dev/pci/tga.c
992
tga_builtin_get_curmax(struct tga_devconfig *dc,
sys/dev/pci/tga_conf.c
135
tga_identify(struct tga_devconfig *dc)
sys/dev/pci/tgavar.h
125
int tga_identify(struct tga_devconfig *);
sys/dev/pci/tgavar.h
128
int tga_builtin_set_cursor(struct tga_devconfig *,
sys/dev/pci/tgavar.h
130
int tga_builtin_get_cursor(struct tga_devconfig *,
sys/dev/pci/tgavar.h
132
int tga_builtin_set_curpos(struct tga_devconfig *,
sys/dev/pci/tgavar.h
134
int tga_builtin_get_curpos(struct tga_devconfig *,
sys/dev/pci/tgavar.h
136
int tga_builtin_get_curmax(struct tga_devconfig *,
sys/dev/pci/tgavar.h
37
struct tga_devconfig;
sys/dev/pci/tgavar.h
99
struct tga_devconfig *sc_dc; /* device configuration */