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