Searched defs:usb_interface (Results 1 – 2 of 2) sorted by relevance
169 struct usb_interface { struct170 struct usb_interface_descriptor *idesc; argument171 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 …]
139 struct usb_interface { struct140 struct usb_interface_descriptor *altsetting; argument157 struct usb_interface *interface; argument