Searched defs:uhub_softc (Results 1 – 1 of 1) sorted by relevance
74 struct uhub_softc { struct75 struct uhub_current_state sc_st; /* current state */77 struct usb_hub sc_hub;79 device_t sc_dev; /* base device */80 struct mtx sc_mtx; /* our mutex */81 struct usb_device *sc_udev; /* USB device */82 struct usb_xfer *sc_xfer[UHUB_N_TRANSFER]; /* interrupt xfer */83 uint8_t sc_usb_port_errors; /* error counter */85 uint8_t sc_flags;