Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusbdi.h172 struct usb_interface { struct
173 struct usb_interface_descriptor *idesc; argument
174 device_t subdev;
176 uint16_t num_altsetting;
178 uint8_t alt_index;
179 uint8_t parent_iface_index;
182 struct usb_host_interface *altsetting;
183 struct usb_host_interface *cur_altsetting;
184 struct usb_device *linux_udev;
185 void *bsd_priv_sc; /* device specific information */
[all …]
/freebsd/lib/libusb/
H A Dusb.h140 struct usb_interface { struct
141 struct usb_interface_descriptor *altsetting; argument
158 struct usb_interface *interface; argument