Symbol: tga_devconfig
sys/dev/pci/tga.c
1027
struct tga_devconfig *dc = dst->ri_hw;
sys/dev/pci/tga.c
109
struct tga_devconfig tga_console_dc;
sys/dev/pci/tga.c
1218
struct tga_devconfig *dc = ri->ri_hw;
sys/dev/pci/tga.c
1279
struct tga_devconfig *dc = ri->ri_hw;
sys/dev/pci/tga.c
1329
struct tga_devconfig *dc = ri->ri_hw;
sys/dev/pci/tga.c
1379
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1391
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1406
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1432
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1455
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1471
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
1486
static void tga2_ics9110_wr(struct tga_devconfig *dc, int dotclock);
sys/dev/pci/tga.c
1488
static struct monitor *tga_getmonitor(struct tga_devconfig *dc);
sys/dev/pci/tga.c
1491
tga2_init(struct tga_devconfig *dc)
sys/dev/pci/tga.c
1538
tga2_ics9110_wr(struct tga_devconfig *dc, int dotclock)
sys/dev/pci/tga.c
157
static void tga_blank(struct tga_devconfig *);
sys/dev/pci/tga.c
158
static void tga_unblank(struct tga_devconfig *);
sys/dev/pci/tga.c
1611
tga_getmonitor(struct tga_devconfig *dc)
sys/dev/pci/tga.c
1618
tga_getdotclock(struct tga_devconfig *dc)
sys/dev/pci/tga.c
199
struct tga_devconfig tmp_dc;
sys/dev/pci/tga.c
200
struct tga_devconfig *dc = &tmp_dc;
sys/dev/pci/tga.c
215
bus_size_t *pcisize, struct tga_devconfig *dc)
sys/dev/pci/tga.c
241
struct tga_devconfig *dc)
sys/dev/pci/tga.c
392
struct tga_devconfig *dc;
sys/dev/pci/tga.c
412
sc->sc_dc = malloc(sizeof(struct tga_devconfig), M_DEVBUF,
sys/dev/pci/tga.c
530
struct tga_devconfig *dc = sc->sc_dc;
sys/dev/pci/tga.c
612
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
638
struct tga_devconfig *dc = v;
sys/dev/pci/tga.c
70
pcitag_t tag, struct tga_devconfig *dc);
sys/dev/pci/tga.c
725
struct tga_devconfig *dcp = &tga_console_dc;
sys/dev/pci/tga.c
74
pcitag_t, bus_size_t *pcisize, struct tga_devconfig *dc);
sys/dev/pci/tga.c
75
static unsigned int tga_getdotclock(struct tga_devconfig *dc);
sys/dev/pci/tga.c
769
tga_blank(struct tga_devconfig *dc)
sys/dev/pci/tga.c
781
tga_unblank(struct tga_devconfig *dc)
sys/dev/pci/tga.c
796
tga_builtin_set_cursor(struct tga_devconfig *dc,
sys/dev/pci/tga.c
855
tga_builtin_get_cursor(struct tga_devconfig *dc,
sys/dev/pci/tga.c
884
tga_builtin_set_curpos(struct tga_devconfig *dc,
sys/dev/pci/tga.c
894
tga_builtin_get_curpos(struct tga_devconfig *dc,
sys/dev/pci/tga.c
904
tga_builtin_get_curmax(struct tga_devconfig *dc,
sys/dev/pci/tga.c
93
static void tga2_init(struct tga_devconfig *);
sys/dev/pci/tga_conf.c
138
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 *, struct wsdisplay_cursor *);
sys/dev/pci/tgavar.h
129
int tga_builtin_get_cursor(struct tga_devconfig *, struct wsdisplay_cursor *);
sys/dev/pci/tgavar.h
130
int tga_builtin_set_curpos(struct tga_devconfig *, struct wsdisplay_curpos *);
sys/dev/pci/tgavar.h
131
int tga_builtin_get_curpos(struct tga_devconfig *, struct wsdisplay_curpos *);
sys/dev/pci/tgavar.h
132
int tga_builtin_get_curmax(struct tga_devconfig *, struct wsdisplay_curpos *);
sys/dev/pci/tgavar.h
37
struct tga_devconfig;
sys/dev/pci/tgavar.h
99
struct tga_devconfig *sc_dc; /* device configuration */