Searched defs:uhub_softc (Results 1 – 1 of 1) sorted by relevance
148 struct uhub_softc { struct149 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;[all …]