Home
last modified time | relevance | path

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

/dragonfly/lib/libusb/
H A Dlibusb10_io.c339 libusb_handle_events_timeout_completed(libusb_context *ctx, in libusb_handle_events_timeout_completed() function
370 return (libusb_handle_events_timeout_completed(ctx, NULL, completed)); in libusb_handle_events_completed()
376 return (libusb_handle_events_timeout_completed(ctx, tv, NULL)); in libusb_handle_events_timeout()
382 return (libusb_handle_events_timeout_completed(ctx, NULL, NULL)); in libusb_handle_events()
H A Dlibusb.h481 int libusb_handle_events_timeout_completed(libusb_context * ctx, struct timeval *tv, int *completed…