OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usbi_dbg
(Results
1 - 2
of
2
) sorted by null
/external/libusb-compat/libusb/
core.c
49
#define
usbi_dbg
(fmt...) _usbi_log(LOG_LEVEL_DEBUG, fmt)
macro
51
#define
usbi_dbg
(fmt...)
macro
142
usbi_dbg
("");
252
usbi_dbg
("");
268
usbi_dbg
("in loop");
285
usbi_dbg
("bus %d removed", bus->location);
298
usbi_dbg
("bus %d added", bus->location);
579
usbi_dbg
("");
614
usbi_dbg
("device %d.%d removed",
635
usbi_dbg
("device %d.%d added", dev->bus->location, dev->devnum)
[
all
...]
/external/libusb/libusb/
libusbi.h
125
#define
usbi_dbg
(fmt...) _usbi_log(NULL, LOG_LEVEL_DEBUG, fmt)
macro
127
#define
usbi_dbg
(fmt...)
macro
Completed in 44 milliseconds