Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/
H A Dusbdi.h169 struct usb_interface { struct
170 struct usb_interface_descriptor *idesc; argument
171 device_t subdev;
172 uint8_t alt_index;
173 uint8_t parent_iface_index;
176 struct usb_host_interface *altsetting;
177 struct usb_host_interface *cur_altsetting;
178 struct usb_device *linux_udev;
179 void *bsd_priv_sc; /* device specific information */
180 char *pnpinfo; /* additional PnP-info for this interface */
[all …]
/dflybsd-src/lib/libusb/
H A Dusb.h139 struct usb_interface { struct
140 struct usb_interface_descriptor *altsetting; argument
157 struct usb_interface *interface; argument