ccp_softc
struct ccp_softc sc;
sizeof(struct ccp_softc),
struct ccp_softc *sc = (struct ccp_softc *)self;
ccp_attach(struct ccp_softc *sc)
struct ccp_softc *sc = arg;
void ccp_attach(struct ccp_softc *);
struct ccp_softc *csc = arg;
struct ccp_softc;
int psp_pci_match(struct ccp_softc *, struct pci_attach_args *);
void psp_pci_intr_map(struct ccp_softc *, struct pci_attach_args *);
void psp_pci_attach(struct ccp_softc *, struct pci_attach_args *);
sizeof(struct ccp_softc),
struct ccp_softc *sc = (struct ccp_softc *)self;
psp_pci_match(struct ccp_softc *sc, struct pci_attach_args *pa)
psp_pci_intr_map(struct ccp_softc *sc, struct pci_attach_args *pa)
psp_pci_attach(struct ccp_softc *sc, struct pci_attach_args *pa)