Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libusb/
H A Dlibusb10.h93 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;
102 pthread_cond_t ctx_cond;
103 pthread_t hotplug_handler;
104 pthread_t ctx_handler;
[all …]
H A Dlibusb.h305 typedef struct libusb_context libusb_context; typedef