HomeSort by relevance Sort by last modified time
    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 188 #define usbi_dbg(...) _usbi_log(NULL, LIBUSB_LOG_LEVEL_DEBUG, __VA_ARGS__) macro
191 #define usbi_dbg(...) do {} while(0) macro
222 static inline void usbi_dbg(const char *format, ...)
    [all...]

Completed in 191 milliseconds