Searched refs:ss_ep_cmp (Results 1 – 1 of 1) sorted by relevance
1124 struct libusb_ss_endpoint_companion_descriptor *ss_ep_cmp; in libusb_get_max_iso_packet_size() local1145 r = libusb_get_ss_endpoint_companion_descriptor(dev->ctx, ep, &ss_ep_cmp); in libusb_get_max_iso_packet_size()1147 r = ss_ep_cmp->wBytesPerInterval; in libusb_get_max_iso_packet_size()1148 libusb_free_ss_endpoint_companion_descriptor(ss_ep_cmp); in libusb_get_max_iso_packet_size()