Searched defs:uhub_softc (Results 1 – 1 of 1) sorted by relevance
117 struct uhub_softc { struct118 struct uhub_current_state sc_st;/* current state */120 struct usb_hub sc_hub;122 device_t sc_dev; /* base device */123 struct mtx sc_mtx; /* our mutex */124 struct usb_device *sc_udev; /* USB device */125 struct usb_xfer *sc_xfer[UHUB_N_TRANSFER]; /* interrupt xfer */127 int sc_disable_enumeration;128 int sc_disable_port_power;130 uint8_t sc_usb_port_errors; /* error counter */[all …]