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

  /external/libusb/libusb/
libusb.h 812 int libusb_clear_halt(libusb_device_handle *dev, unsigned char endpoint);
    [all...]
core.c 173 * - Clearing of halt/stall condition (libusb_clear_halt())
1309 API_EXPORTED int libusb_clear_halt(libusb_device_handle *dev, function
    [all...]
  /external/libusb-compat/libusb/
core.c 737 return compat_err(libusb_clear_halt(dev->handle, ep & 0xff));

Completed in 113 milliseconds