gtpci_prot
extern struct gtpci_prot gtpci_prot;
>pci_prot, sizeof(struct gtpci_prot));
struct gtpci_prot gtpci_prot = {
struct gtpci_prot gtpci0_prot = {
extern struct gtpci_prot gtpci0_prot, gtpci1_prot;
struct gtpci_prot *gtpci_prot;
gtpci_prot = >pci0_prot;
gtpci_prot = >pci1_prot;
gtpci_prot, sizeof(struct gtpci_prot));
struct gtpci_prot *gtpci_prot;
gtpci_prot = __UNCONST(prop_data_data_nocopy(prot));
gtpci_prot = NULL;
gtpci_init(sc, gtpci_prot);
gtpci_init(struct gtpci_softc *sc, struct gtpci_prot *prot)
gtpci_protinit(struct gtpci_softc *sc, struct gtpci_prot *ac_flags)
static void gtpci_init(struct gtpci_softc *, struct gtpci_prot *);
static void gtpci_protinit(struct gtpci_softc *, struct gtpci_prot *);