Home
last modified time | relevance | path

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

/external/libmtp/util/
Dmtp-probe.c55 enum ep_type { enum
63 static enum ep_type get_ep_type(char *path) in get_ep_type()
206 enum ep_type ept; in check_interface()
/external/libusb/libusb/
Dcore.c1105 enum libusb_transfer_type ep_type; in libusb_get_max_iso_packet_size() local
1123 ep_type = (enum libusb_transfer_type) (ep->bmAttributes & 0x3); in libusb_get_max_iso_packet_size()
1126 if (ep_type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS in libusb_get_max_iso_packet_size()
1127 || ep_type == LIBUSB_TRANSFER_TYPE_INTERRUPT) in libusb_get_max_iso_packet_size()
/external/libusb/libusb/os/
Dsunos_usb.c474 uint8_t ep_addr, int ep_type) in sunos_check_device_and_status_open() argument
527 if ((ep_type == LIBUSB_TRANSFER_TYPE_INTERRUPT) && in sunos_check_device_and_status_open()
552 if (ep_type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS) { in sunos_check_device_and_status_open()