OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libusb_init
(Results
1 - 9
of
9
) sorted by null
/external/libusb/examples/
lsusb.c
50
r =
libusb_init
(NULL);
dpfp.c
422
r =
libusb_init
(NULL);
dpfp_threaded.c
449
r =
libusb_init
(NULL);
/external/libpcap/
pcap-canusb-linux.c
96
if (
libusb_init
(&fdctx) != 0) {
344
if (
libusb_init
(&canusb->ctx) != 0) {
348
snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "
libusb_init
() failed");
/external/libusb/libusb/
libusb.h
555
* Sessions are created by
libusb_init
() and destroyed through libusb_exit().
774
int
libusb_init
(libusb_context **ctx);
[
all
...]
core.c
303
* call
libusb_init
(), you are (optionally) given a context. You can then pass
310
* is created the first time a process calls
libusb_init
() when no other
1455
API_EXPORTED int
libusb_init
(libusb_context **context)
function
[
all
...]
io.c
[
all
...]
/external/libusb-compat/libusb/
core.c
145
r =
libusb_init
(&ctx);
/external/libusb/
ChangeLog
123
Darwin: support multiple calls to
libusb_init
[
all
...]
Completed in 132 milliseconds