Searched defs:cardslot_softc (Results 1 – 1 of 1) sorted by relevance
68 struct cardslot_softc { struct69 struct device sc_dev;71 int sc_slot; /* slot number */72 int sc_status; /* the status of slot */74 struct cardbus_softc *sc_cb_softc;75 struct pcmcia_softc *sc_16_softc;77 struct proc *sc_event_thread;78 int sc_th_enable; /* true if the thread is enabled */