Home
last modified time | relevance | path

Searched defs:cardslot_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/cardbus/
H A Dcardslotvar.h54 struct cardslot_softc { struct
55 device_t sc_dev;
57 int sc_status; /* the status of slot */
59 struct cardbus_softc *sc_cb_softc;
60 device_t sc_16_softc;
62 struct lwp *sc_event_thread;
63 int sc_th_enable; /* true if the thread is enabled */
70 kmutex_t sc_event_lock;
71 kcondvar_t sc_event_cv;