Home
last modified time | relevance | path

Searched defs:uhub_softc (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c74 struct uhub_softc { struct
75 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;