Lines Matching defs:uhub_softc
148 struct uhub_softc { struct
149 device_t sc_dev; /* base device */
150 struct usbd_device *sc_hub; /* USB device */
151 int sc_proto; /* device protocol */
152 struct usbd_pipe *sc_ipipe; /* interrupt pipe */
154 kmutex_t sc_lock;
155 kcondvar_t sc_cv;
157 uint8_t *sc_statusbuf;
158 uint8_t *sc_statuspend;
159 uint8_t *sc_status;
160 size_t sc_statuslen;
161 bool sc_explorepending;
162 bool sc_first_explore;
163 bool sc_running;
164 bool sc_rescan;
166 struct lwp *sc_exploring;