Home
last modified time | relevance | path

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

/third_party/libusb/libusb/
Dcore.c1125 enum libusb_endpoint_transfer_type ep_type; in libusb_get_max_iso_packet_size() local
1155 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()
/third_party/libusb/libusb/os/
Dsunos_usb.c830 uint8_t ep_addr, int ep_type) in sunos_check_device_and_status_open() argument
890 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()
/third_party/boost/boost/graph/
Dadjacency_matrix.hpp1086 typedef ep_type_nonref& ep_type; typedef