Searched defs:libusb_context (Results 1 – 2 of 2) sorted by relevance
90 struct libusb_context { struct91 int debug;92 int debug_fixed;93 int ctrl_pipe[2];94 int tr_done_ref;95 int tr_done_gen;97 pthread_mutex_t ctx_lock;98 pthread_mutex_t hotplug_lock;99 pthread_cond_t ctx_cond;100 pthread_t hotplug_handler;[all …]
273 typedef struct libusb_context libusb_context; typedef