Home
last modified time | relevance | path

Searched refs:USBI_EVENT_USER_INTERRUPT (Results 1 – 2 of 2) sorted by relevance

/third_party/libusb/libusb/
Dio.c1927 ctx->event_flags |= USBI_EVENT_USER_INTERRUPT; in libusb_interrupt_event_handler()
2089 if (ctx->event_flags & USBI_EVENT_USER_INTERRUPT) { in handle_event_trigger()
2091 ctx->event_flags &= ~USBI_EVENT_USER_INTERRUPT; in handle_event_trigger()
Dlibusbi.h421 USBI_EVENT_USER_INTERRUPT = 1U << 1, enumerator