Searched defs:libusb_context (Results 1 – 2 of 2) sorted by relevance
93 struct libusb_context { struct94 int debug;95 int debug_fixed;96 int ctrl_pipe[2];97 int tr_done_ref;98 int tr_done_gen;100 pthread_mutex_t ctx_lock;102 pthread_cond_t ctx_cond;103 pthread_t hotplug_handler;104 pthread_t ctx_handler;[all …]
305 typedef struct libusb_context libusb_context; typedef