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

  /external/libusb/libusb/
libusb.h 147 #define LIBUSB_ENDPOINT_ADDRESS_MASK 0x0f /* in bEndpointAddress */
    [all...]
  /external/libusb_aah/libusb/
libusb.h 242 #define LIBUSB_ENDPOINT_ADDRESS_MASK 0x0f /* in bEndpointAddress */
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 791 cInterface->endpoint_addrs[i - 1] = ((direction << 7 & LIBUSB_ENDPOINT_DIR_MASK) | (number & LIBUSB_ENDPOINT_ADDRESS_MASK));
    [all...]
  /external/libusb_aah/libusb/os/
darwin_usb.c     [all...]

Completed in 170 milliseconds