Home
last modified time | relevance | path

Searched refs:LIBUSB_DEBUG_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/lib/libusb/
H A Dlibusb10_io.c111 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb10_handle_events_sub enter"); in libusb10_handle_events_sub()
310 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_wait_for_event enter"); in libusb_wait_for_event()
354 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_handle_events_timeout_completed enter"); in libusb_handle_events_timeout_completed()
370 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_handle_events_timeout_completed exit"); in libusb_handle_events_timeout_completed()
609 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_bulk_transfer enter"); in libusb_bulk_transfer()
614 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_bulk_transfer leave"); in libusb_bulk_transfer()
628 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_interrupt_transfer enter"); in libusb_interrupt_transfer()
633 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_interrupt_transfer leave"); in libusb_interrupt_transfer()
H A Dlibusb10.h46 case LIBUSB_DEBUG_FUNCTION: \
47 if ((ctx)->debug & LIBUSB_DEBUG_FUNCTION) { \
H A Dlibusb10.c126 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "Waking up event loop failed!"); in libusb10_wakeup_event_loop()
212 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_init complete"); in libusb_init()
542 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_open_device_with_vid_pid enter"); in libusb_open_device_with_vid_pid()
566 DPRINTF(ctx, LIBUSB_DEBUG_FUNCTION, "libusb_open_device_with_vid_pid leave"); in libusb_open_device_with_vid_pid()
1444 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_submit_transfer enter"); in libusb_submit_transfer()
1479 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_submit_transfer leave %d", err); in libusb_submit_transfer()
1508 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_cancel_transfer enter"); in libusb_cancel_transfer()
1569 DPRINTF(dev->ctx, LIBUSB_DEBUG_FUNCTION, "libusb_cancel_transfer leave"); in libusb_cancel_transfer()
H A Dlibusb.h237 LIBUSB_DEBUG_FUNCTION=1, enumerator