Home
last modified time | relevance | path

Searched refs:virt_intf (Results 1 – 1 of 1) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_drv_dev_macth.c75 struct usb_host_virt_interface *virt_intf = NULL; in usb_match_id() local
85 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