Searched refs:libusb_set_debug (Results 1 – 11 of 11) sorted by relevance
/external/libusb/libusb/ |
D | libusb-1.0.def | 149 libusb_set_debug 150 libusb_set_debug@8 = libusb_set_debug
|
D | libusb.h | 1308 void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
|
D | core.c | 2042 void API_EXPORTED libusb_set_debug(libusb_context *ctx, int level) in libusb_set_debug() function
|
/external/libusb/tests/ |
D | stress.c | 129 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/ |
D | fxload.c | 181 libusb_set_debug(NULL, verbose); in main()
|
D | xusb.c | 1113 libusb_set_debug(NULL, LIBUSB_LOG_LEVEL_INFO); in main()
|
/external/libusb-compat/libusb/ |
D | core.c | 153 libusb_set_debug(ctx, 3); in usb_init() 163 libusb_set_debug(ctx, 3); in usb_set_debug()
|
/external/libusb-compat/ |
D | ChangeLog | 138 link usb_set_debug to libusb_set_debug
|
/external/libusb/ |
D | ChangeLog | 141 * Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable
|
/external/libusb/include/libusb/ |
D | libusb.h | 1308 void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
|
/external/libmtp/src/ |
D | libusb1-glue.c | 161 libusb_set_debug(NULL,9); in init_usb()
|