HomeSort by: relevance | last modified time | path
    Searched refs:tga_devconfig (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
tgavar.h 37 struct tga_devconfig;
60 struct tga_devconfig { struct
99 struct tga_devconfig *sc_dc; /* device configuration */
125 int tga_identify(struct tga_devconfig *);
128 int tga_builtin_set_cursor(struct tga_devconfig *, struct wsdisplay_cursor *);
129 int tga_builtin_get_cursor(struct tga_devconfig *, struct wsdisplay_cursor *);
130 int tga_builtin_set_curpos(struct tga_devconfig *, struct wsdisplay_curpos *);
131 int tga_builtin_get_curpos(struct tga_devconfig *, struct wsdisplay_curpos *);
132 int tga_builtin_get_curmax(struct tga_devconfig *, struct wsdisplay_curpos *);
tga.c 70 pcitag_t tag, struct tga_devconfig *dc);
74 pcitag_t, bus_size_t *pcisize, struct tga_devconfig *dc);
75 static unsigned int tga_getdotclock(struct tga_devconfig *dc);
93 static void tga2_init(struct tga_devconfig *);
109 struct tga_devconfig tga_console_dc;
157 static void tga_blank(struct tga_devconfig *);
158 static void tga_unblank(struct tga_devconfig *);
199 struct tga_devconfig tmp_dc;
200 struct tga_devconfig *dc = &tmp_dc;
215 bus_size_t *pcisize, struct tga_devconfig *dc
    [all...]
tga_conf.c 138 tga_identify(struct tga_devconfig *dc)

Completed in 12 milliseconds