Searched defs:usb_interface (Results 1 – 1 of 1) sorted by relevance
171 struct usb_interface { struct172 struct usb_interface_descriptor *idesc; argument173 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 */182 char *pnpinfo; /* additional PnP-info for this interface */[all …]