Searched defs:libusb_open (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/
H A Dcore.c361 err = libusb_open(found, &handle);
396 * libusb to open the device using the libusb_open() function. Assuming
420 * -# Choose the device that you want to operate, and call libusb_open().
431 * As an implementation detail, libusb_open() actually adds a reference to
857 API_EXPORTED int libusb_open(libusb_device *dev, libusb_device_handle **handle) function
973 r = libusb_open(found, &handle);
1000 * libusb_open() on the given device.
1018 /* Similarly to libusb_open(), we want to interrupt all event handlers

Completed in 25 milliseconds