Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dutvfu.c861 const struct usb_endpoint_descriptor *ued = NULL; in utvfu_match() local
897 ued = (void *)ud; in utvfu_match()
898 if (ued->bEndpointAddress == UTVFU_VIDEO_ENDP) in utvfu_match()
899 psize = UGETW(ued->wMaxPacketSize); in utvfu_match()
979 struct usb_endpoint_descriptor *ued; in utvfu_parse_desc() local
1011 ued = (void *)ud; in utvfu_parse_desc()
1012 if (ued->bEndpointAddress != UTVFU_VIDEO_ENDP) in utvfu_parse_desc()
1015 psize = UGETW(ued->wMaxPacketSize); in utvfu_parse_desc()