Searched refs:LIBUSB_DEBUG_FUNCTION (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/lib/libusb/ |
| H A D | libusb10_io.c | 111 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb10_handle_events_sub enter"); in libusb10_handle_events_sub() 318 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_wait_for_event enter"); in libusb_wait_for_event() 362 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_handle_events_timeout_completed enter"); in libusb_handle_events_timeout_completed() 378 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_handle_events_timeout_completed exit"); in libusb_handle_events_timeout_completed() 617 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_bulk_transfer enter"); in libusb_bulk_transfer() 622 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_bulk_transfer leave"); in libusb_bulk_transfer() 636 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_interrupt_transfer enter"); in libusb_interrupt_transfer() 641 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_interrupt_transfer leave"); in libusb_interrupt_transfer()
|
| H A D | libusb10.h | 46 case LIBUSB_DEBUG_FUNCTION: \ 47 if ((ctx)->debug & LIBUSB_DEBUG_FUNCTION) { \
|
| H A D | libusb10.c | 128 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "Waking up event loop failed!"); in libusb10_wakeup_event_loop() 228 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_init complete"); in libusb_init() 569 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_open_device_with_vid_pid enter"); in libusb_open_device_with_vid_pid() 593 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_open_device_with_vid_pid leave"); in libusb_open_device_with_vid_pid() 1471 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_submit_transfer enter"); in libusb_submit_transfer() 1506 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_submit_transfer leave %d", err); in libusb_submit_transfer() 1535 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_cancel_transfer enter"); in libusb_cancel_transfer() 1596 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_cancel_transfer leave"); in libusb_cancel_transfer()
|
| H A D | libusb.h | 253 LIBUSB_DEBUG_FUNCTION=1, enumerator
|