Searched defs:libusb_context (Results 1 – 2 of 2) sorted by relevance
143 struct libusb_context { struct144 int debug;145 int debug_fixed;149 int ctrl_pipe[2];151 struct list_head usb_devs;152 pthread_mutex_t usb_devs_lock;156 struct list_head open_devs;157 pthread_mutex_t open_devs_lock;163 struct list_head flying_transfers;164 pthread_mutex_t flying_transfers_lock;[all …]
563 typedef struct libusb_context libusb_context; typedef