Home
last modified time | relevance | path

Searched refs:libusb_set_debug (Results 1 – 11 of 11) sorted by relevance

/external/libusb/libusb/
Dlibusb-1.0.def149 libusb_set_debug
150 libusb_set_debug@8 = libusb_set_debug
Dlibusb.h1308 void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
Dcore.c2042 void API_EXPORTED libusb_set_debug(libusb_context *ctx, int level) in libusb_set_debug() function
/external/libusb/tests/
Dstress.c129 libusb_set_debug(NULL, LIBUSB_LOG_LEVEL_DEBUG); in test_default_context_change()
130 libusb_set_debug(ctx, LIBUSB_LOG_LEVEL_DEBUG); in test_default_context_change()
/external/libusb/examples/
Dfxload.c181 libusb_set_debug(NULL, verbose); in main()
Dxusb.c1113 libusb_set_debug(NULL, LIBUSB_LOG_LEVEL_INFO); in main()
/external/libusb-compat/libusb/
Dcore.c153 libusb_set_debug(ctx, 3); in usb_init()
163 libusb_set_debug(ctx, 3); in usb_set_debug()
/external/libusb-compat/
DChangeLog138 link usb_set_debug to libusb_set_debug
/external/libusb/
DChangeLog141 * Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable
/external/libusb/include/libusb/
Dlibusb.h1308 void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
/external/libmtp/src/
Dlibusb1-glue.c161 libusb_set_debug(NULL,9); in init_usb()