OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usbi_default_context
(Results
1 - 4
of
4
) sorted by null
/external/libusb/libusb/
core.c
43
struct libusb_context *
usbi_default_context
= NULL;
variable in typeref:struct:libusb_context
[
all
...]
libusbi.h
134
#define USBI_GET_CONTEXT(ctx) if (!(ctx)) (ctx) =
usbi_default_context
141
extern struct libusb_context *
usbi_default_context
;
/external/libusb_aah/libusb/
core.c
53
struct libusb_context *
usbi_default_context
= NULL;
variable in typeref:struct:libusb_context
[
all
...]
libusbi.h
212
#define USBI_GET_CONTEXT(ctx) if (!(ctx)) (ctx) =
usbi_default_context
250
extern struct libusb_context *
usbi_default_context
;
Completed in 23 milliseconds