Home
last modified time | relevance | path

Searched defs:libusb_context (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/lib/libusb/
Dlibusb10.h90 struct libusb_context { struct
91 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 …]
Dlibusb.h273 typedef struct libusb_context libusb_context; typedef