Searched refs:LIBUSB_DEBUG_FUNCTION (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libusb/ |
H A D | libusb10_io.c | 110 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb10_handle_events_sub enter"); in libusb10_handle_events_sub() 317 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_wait_for_event enter"); in libusb_wait_for_event() 361 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_handle_events_timeout_completed enter"); in libusb_handle_events_timeout_completed() 377 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_handle_events_timeout_completed exit"); in libusb_handle_events_timeout_completed() 616 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_bulk_transfer enter"); in libusb_bulk_transfer() 621 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_bulk_transfer leave"); in libusb_bulk_transfer() 635 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_interrupt_transfer enter"); in libusb_interrupt_transfer() 640 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_interrupt_transfer leave"); in libusb_interrupt_transfer()
|
H A D | libusb10.h | 51 case LIBUSB_DEBUG_FUNCTION: \ 52 if ((ctx)->debug & LIBUSB_DEBUG_FUNCTION) { \
|
H A D | libusb10.c | 131 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "Waking up event loop failed!"); in libusb_interrupt_event_handler() 260 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_init complete"); in libusb_init_context() 608 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_open_device_with_vid_pid enter"); in libusb_open_device_with_vid_pid() 632 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_open_device_with_vid_pid leave"); in libusb_close() 1510 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_submit_transfer enter"); in libusb_submit_transfer() 1545 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_submit_transfer leave %d", err); in libusb_cancel_transfer() 1574 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_cancel_transfer enter"); in libusb_cancel_transfer() 1635 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_cancel_transfer leave"); in libusb10_cancel_all_transfer()
|
H A D | libusb.h | 252 LIBUSB_DEBUG_FUNCTION=1, enumerator
|