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

/netbsd-current/sys/dev/cardbus/
H A Dcardslotvar.h59 struct cardbus_softc *sc_cb_softc; member in struct:cardslot_softc
H A Dcardslot.c105 KASSERT(sc->sc_cb_softc == device_private(child) ||
108 if (sc->sc_cb_softc == device_private(child))
109 sc->sc_cb_softc = NULL;
128 sc->sc_cb_softc = NULL;
146 sc->sc_cb_softc = csc;
368 if (sc->sc_cb_softc) {
371 if (cardbus_attach_card(sc->sc_cb_softc) > 0) {
426 cardbus_detach_card(sc->sc_cb_softc);

Completed in 178 milliseconds