Searched defs:usb_interface (Results 1 – 2 of 2) sorted by relevance
172 struct usb_interface { struct173 struct usb_interface_descriptor *idesc; argument174 device_t subdev;176 uint16_t num_altsetting;178 uint8_t alt_index;179 uint8_t parent_iface_index;182 struct usb_host_interface *altsetting;183 struct usb_host_interface *cur_altsetting;184 struct usb_device *linux_udev;185 void *bsd_priv_sc; /* device specific information */[all …]
140 struct usb_interface { struct141 struct usb_interface_descriptor *altsetting; argument158 struct usb_interface *interface; argument