Home
last modified time | relevance | path

Searched refs:ramdac_funcs (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dtgavar.h45 struct ramdac_funcs *(*ramdac_funcs)(void); member
73 struct ramdac_funcs
H A Dtga.c484 sc->sc_dc->dc_ramdac_funcs = sc->sc_dc->dc_tgaconf->ramdac_funcs();
487 DPRINTF("tgaattach: sc->sc_dc->dc_tgaconf->ramdac_funcs %s "
489 (sc->sc_dc->dc_tgaconf->ramdac_funcs == bt485_funcs)
491 if (sc->sc_dc->dc_tgaconf->ramdac_funcs == bt485_funcs)
506 if (sc->sc_dc->dc_tgaconf->ramdac_funcs != bt485_funcs)
569 struct ramdac_funcs *dcrf = dc->dc_ramdac_funcs;
860 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs)
867 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs)
930 struct ramdac_funcs *dcrf = dc->dc_ramdac_funcs;
983 struct ramdac_funcs *dcr
[all...]
/openbsd-src/sys/dev/ic/
H A Dbt463var.h34 struct ramdac_funcs *bt463_funcs(void);
H A Dbt485var.h34 struct ramdac_funcs *bt485_funcs(void);
H A Dibm561var.h33 struct ramdac_funcs *ibm561_funcs(void);
H A Dramdac.h40 struct ramdac_funcs { struct
H A Dibm561.c69 struct ramdac_funcs ibm561_funcsstruct = {
135 struct ramdac_funcs *
H A Dbt463.c112 struct ramdac_funcs bt463_funcsstruct = {
187 struct ramdac_funcs *
H A Dbt485.c71 struct ramdac_funcs bt485_funcsstruct = {
138 struct ramdac_funcs *