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

  /external/libusb/libusb/
core.c 361 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
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
core.c 363 err = libusb_open(found, &handle);
398 * libusbx to open the device using the libusb_open() function. Assuming
422 * -# Choose the device that you want to operate, and call libusb_open().
433 * As an implementation detail, libusb_open() actually adds a reference to
1073 int API_EXPORTED libusb_open(libusb_device *dev, function
    [all...]

Completed in 60 milliseconds