Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h166 struct usb_interface { struct
167 struct usb_interface_descriptor *idesc; argument
168 device_t subdev;
170 uint8_t alt_index;
171 uint8_t parent_iface_index;
174 struct usb_host_interface *altsetting;
175 struct usb_host_interface *cur_altsetting;
176 struct usb_device *linux_udev;
177 void *bsd_priv_sc; /* device specific information */
178 char *pnpinfo; /* additional PnP-info for this interface */
[all …]
/third_party/libdrm/
Dxf86drm.c4140 bool usb_device, usb_interface; in drm_usb_dev_path() local