Searched refs:ep_type (Results 1 – 1 of 1) sorted by relevance
769 enum libusb_transfer_type ep_type; in libusb_get_max_iso_packet_size() local785 ep_type = ep->bmAttributes & 0x3; in libusb_get_max_iso_packet_size()789 if (ep_type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS in libusb_get_max_iso_packet_size()790 || ep_type == LIBUSB_TRANSFER_TYPE_INTERRUPT) in libusb_get_max_iso_packet_size()