Searched refs:hs_iso_sink_desc (Results 1 – 1 of 1) sorted by relevance
173 static struct usb_endpoint_descriptor hs_iso_sink_desc = { variable191 (struct usb_descriptor_header *) &hs_iso_sink_desc,430 hs_iso_sink_desc.wMaxPacketSize = isoc_maxpacket; in sourcesink_bind()431 hs_iso_sink_desc.wMaxPacketSize |= isoc_mult << 11; in sourcesink_bind()432 hs_iso_sink_desc.bInterval = isoc_interval; in sourcesink_bind()433 hs_iso_sink_desc.bEndpointAddress = fs_iso_sink_desc.bEndpointAddress; in sourcesink_bind()