Searched refs:ep_type (Results 1 – 3 of 3) sorted by relevance
1125 enum libusb_endpoint_transfer_type ep_type; in libusb_get_max_iso_packet_size() local1155 ep_type = (enum libusb_endpoint_transfer_type) (ep->bmAttributes & 0x3); in libusb_get_max_iso_packet_size()1158 if (ep_type == LIBUSB_ENDPOINT_TRANSFER_TYPE_ISOCHRONOUS in libusb_get_max_iso_packet_size()1159 || ep_type == LIBUSB_ENDPOINT_TRANSFER_TYPE_INTERRUPT) in libusb_get_max_iso_packet_size()
830 uint8_t ep_addr, int ep_type) in sunos_check_device_and_status_open() argument890 if (ep_type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS) { in sunos_check_device_and_status_open()913 if ((ep_type == LIBUSB_TRANSFER_TYPE_INTERRUPT) && in sunos_check_device_and_status_open()
1086 typedef ep_type_nonref& ep_type; typedef