OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_init
(Results
1 - 8
of
8
) 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
97
if (
libusb_init
(&fdctx) != 0) {
346
if (
libusb_init
(&canusb->ctx) != 0) {
350
snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "
libusb_init
() failed");
configure
[
all
...]
/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
...]
/external/libusb-compat/libusb/
core.c
145
r =
libusb_init
(&ctx);
Completed in 240 milliseconds