Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h171 struct usb_interface { struct
172 struct usb_interface_descriptor *idesc; argument
173 device_t subdev;
174 uint8_t alt_index;
175 uint8_t parent_iface_index;
178 struct usb_host_interface *altsetting;
179 struct usb_host_interface *cur_altsetting;
180 struct usb_device *linux_udev;
181 void *bsd_priv_sc; /* device specific information */
183 uint8_t num_altsetting; /* number of alternate settings */
[all …]