Home
last modified time | relevance | path

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

/openbsd/sys/dev/cardbus/
H A Dcardslot.c107 sc->sc_16_softc = NULL; in cardslotattach()
130 sc->sc_16_softc = psc; in cardslotattach()
325 if (sc->sc_16_softc) { in cardslot_process_event()
329 (struct device *)sc->sc_16_softc)) { in cardslot_process_event()
375 if ((sc->sc_16_softc != NULL) && in cardslot_process_event()
378 struct pcmcia_softc *psc = sc->sc_16_softc; in cardslot_process_event()
H A Dcardslotvar.h72 struct pcmcia_softc *sc_16_softc; member