Searched refs:virt_intf (Results 1 – 1 of 1) sorted by relevance
75 struct usb_host_virt_interface *virt_intf = NULL; in usb_match_id() local85 virt_intf = intf->cur_altsetting; in usb_match_id()87 if (virt_intf == NULL) in usb_match_id()159 (id->bInterfaceClass != virt_intf->desc.bInterfaceClass)) in usb_match_id()165 (id->bInterfaceSubClass != virt_intf->desc.bInterfaceSubClass)) in usb_match_id()171 (id->bInterfaceProtocol != virt_intf->desc.bInterfaceProtocol)) in usb_match_id()181 dev->descriptor.bDeviceClass, virt_intf->desc.bInterfaceClass); in usb_match_id()
Completed in 17 milliseconds