Searched refs:USBI_EVENT_USER_INTERRUPT (Results 1 – 2 of 2) sorted by relevance
1927 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()
421 USBI_EVENT_USER_INTERRUPT = 1U << 1, enumerator