Searched refs:sc_16_softc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/cardbus/
H A Dcardslot.c106 sc->sc_16_softc == child);
110 else if (sc->sc_16_softc == child)
111 sc->sc_16_softc = NULL;
129 sc->sc_16_softc = NULL;
151 sc->sc_16_softc = config_found(self, pa, cardslot_16_print,
154 if (sc->sc_16_softc) {
157 psc = device_private(sc->sc_16_softc);
402 if (sc->sc_16_softc) {
404 if (pcmcia_card_attach(sc->sc_16_softc)) {
449 if ((sc->sc_16_softc !
[all...]
H A Dcardslotvar.h60 device_t sc_16_softc; member in struct:cardslot_softc

Completed in 122 milliseconds