Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/
H A Dusb_hub.c114 struct uhub_softc { struct
115 struct uhub_current_state sc_st;/* current state */
117 struct usb_hub sc_hub;
119 device_t sc_dev; /* base device */
120 struct lock sc_lock; /* our mutex */
121 struct usb_device *sc_udev; /* USB device */
122 struct usb_xfer *sc_xfer[UHUB_N_TRANSFER]; /* interrupt xfer */
124 int sc_disable_enumeration;
125 int sc_disable_port_power;
127 uint8_t sc_flags;