Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dtgavar.h45 struct ramdac_funcs *(*ramdac_funcs)(void); member
74 struct ramdac_funcs
H A Dtga.c465 dc->dc_ramdac_funcs = dc->dc_tgaconf->ramdac_funcs(); in tgaattach()
467 if (dc->dc_tgaconf->ramdac_funcs == bt485_funcs) in tgaattach()
480 if (dc->dc_tgaconf->ramdac_funcs != bt485_funcs) in tgaattach()
531 struct ramdac_funcs *dcrf = dc->dc_ramdac_funcs; in tga_ioctl()
744 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs) in tga_cnattach()
751 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs) in tga_cnattach()
799 struct ramdac_funcs *dcrf = dc->dc_ramdac_funcs; in tga_builtin_set_cursor()
858 struct ramdac_funcs *dcrf = dc->dc_ramdac_funcs; in tga_builtin_get_cursor()
/netbsd-src/sys/dev/ic/
H A Dbt463var.h33 struct ramdac_funcs *bt463_funcs(void);
H A Dbt485var.h33 struct ramdac_funcs *bt485_funcs(void);
H A Dibm561var.h32 struct ramdac_funcs *ibm561_funcs(void);
H A Dramdac.h41 struct ramdac_funcs { struct
H A Dibm561.c63 struct ramdac_funcs ibm561_funcsstruct = {
129 struct ramdac_funcs *
H A Dbt463.c107 struct ramdac_funcs bt463_funcsstruct = {
190 struct ramdac_funcs *
H A Dbt485.c64 struct ramdac_funcs bt485_funcsstruct = {
144 struct ramdac_funcs *