OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
368
err =
libusb_open
(found, &handle);
403
* libusbx to open the device using the
libusb_open
() function. Assuming
427
* -# Choose the device that you want to operate, and call
libusb_open
().
438
* As an implementation detail,
libusb_open
() actually adds a reference to
1078
int API_EXPORTED
libusb_open
(libusb_device *dev,
function
[
all
...]
Completed in 420 milliseconds