Searched defs:usb_interface (Results 1 – 6 of 6) sorted by relevance
133 struct usb_interface { struct144 enum usb_interface_condition condition; /* state of binding */ argument148 #define to_usb_interface(d) container_of(d, struct usb_interface, dev) argument
189 static void clear_interface(struct libusb_interface *usb_interface) in clear_interface()215 struct libusb_interface *usb_interface, unsigned char *buffer, int size, in parse_interface()384 struct libusb_interface *usb_interface; in parse_configuration() local
149 struct usb_interface { struct150 struct usb_interface_descriptor *altsetting; argument167 struct usb_interface *interface; argument
252 io_service_t usb_interface = IOIteratorNext(iter); in OpenDevice() local
762 usb_interface(config->GetInterface(i)); in AsyncWorkStart() local
223 } usb_interface[USB_MAXINTERFACES]; member