Searched refs:libusb_open (Results 1 - 3 of 3) 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
H A Dlibusb.h571 * I/O you will have to first obtain a device handle using libusb_open().
577 * on all devices in the list. libusb_open() adds another reference which is
586 * libusb_open().
799 int libusb_open(libusb_device *dev, libusb_device_handle **handle);
/external/libusb-compat/libusb/
H A Dcore.c661 r = libusb_open((libusb_device *) dev->dev, &udev->handle);

Completed in 51 milliseconds