Home
last modified time | relevance | path

Searched refs:tga_devconfig (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/
H A Dtgavar.h37 struct tga_devconfig;
60 struct tga_devconfig { struct
99 struct tga_devconfig *sc_dc; /* device configuration */ argument
125 int tga_identify(struct tga_devconfig *);
128 int tga_builtin_set_cursor(struct tga_devconfig *,
130 int tga_builtin_get_cursor(struct tga_devconfig *,
132 int tga_builtin_set_curpos(struct tga_devconfig *,
134 int tga_builtin_get_curpos(struct tga_devconfig *,
136 int tga_builtin_get_curmax(struct tga_devconfig *,
H A Dtga.c204 struct tga_devconfig *dc;
900 struct tga_devconfig *dc; in tga_blank()
912 struct tga_devconfig *dc; in tga_unblank()
927 struct tga_devconfig *dc; in tga_builtin_set_cursor()
980 struct tga_devconfig *dc; in tga_builtin_get_cursor()
1011 struct tga_devconfig *dc; in tga_builtin_set_curpos()
1022 struct tga_devconfig *dc; in tga_builtin_get_curpos()
1033 struct tga_devconfig *dc; in tga_builtin_get_curmax()
1148 struct tga_devconfig *dc = (struct tga_devconfig *)dst->ri_hw;
1620 struct tga_devconfig *dc,
[all …]
H A Dtga_conf.c136 struct tga_devconfig *dc; in tga_identify()