HomeSort by relevance Sort by last modified time
    Searched refs:ep_type (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/
core.c 769 enum libusb_transfer_type ep_type; local
785 ep_type = ep->bmAttributes & 0x3;
789 if (ep_type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS
790 || ep_type == LIBUSB_TRANSFER_TYPE_INTERRUPT)
    [all...]
  /external/libusb_aah/libusb/
core.c 807 enum libusb_transfer_type ep_type; local
823 ep_type = ep->bmAttributes & 0x3;
827 if (ep_type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS
828 || ep_type == LIBUSB_TRANSFER_TYPE_INTERRUPT)
    [all...]

Completed in 383 milliseconds