Searched defs:usb_interface (Results 1 – 2 of 2) sorted by relevance
166 struct usb_interface { struct167 struct usb_interface_descriptor *idesc; argument168 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 …]
4140 bool usb_device, usb_interface; in drm_usb_dev_path() local