Searched defs:libusb_context (Results 1 – 4 of 4) 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
222 struct libusb_context { struct223 int debug;224 int debug_fixed;228 int ctrl_pipe[2];230 struct list_head usb_devs;231 usbi_mutex_t usb_devs_lock;235 struct list_head open_devs;236 usbi_mutex_t open_devs_lock;239 struct list_head hotplug_cbs;240 usbi_mutex_t hotplug_cbs_lock;[all …]
945 typedef struct libusb_context libusb_context; typedef