Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libusb/
Dlibusb10.h92 struct libusb_context { struct
93 int debug;
94 int debug_fixed;
95 int ctrl_pipe[2];
96 int tr_done_ref;
97 int tr_done_gen;
99 pthread_mutex_t ctx_lock;
100 pthread_mutex_t hotplug_lock;
101 pthread_cond_t ctx_cond;
102 pthread_t hotplug_handler;
[all …]
Dlibusb.h289 typedef struct libusb_context libusb_context; typedef