Lines Matching defs:libusb_context
93 struct libusb_context { struct
94 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;
101 pthread_mutex_t hotplug_lock;
102 pthread_cond_t ctx_cond;
103 pthread_t hotplug_handler;
104 pthread_t ctx_handler;
128 struct libusb_context *ctx; argument