list_head          72 third_party/libusb/src/libusb/core.c struct list_head active_contexts_list;
list_head          66 third_party/libusb/src/libusb/hotplug.h 	struct list_head list;
list_head          74 third_party/libusb/src/libusb/libusbi.h 	struct list_head *prev, *next;
list_head         104 third_party/libusb/src/libusb/libusbi.h static inline void list_init(struct list_head *entry)
list_head         109 third_party/libusb/src/libusb/libusbi.h static inline void list_add(struct list_head *entry, struct list_head *head)
list_head         118 third_party/libusb/src/libusb/libusbi.h static inline void list_add_tail(struct list_head *entry,
list_head         119 third_party/libusb/src/libusb/libusbi.h 	struct list_head *head)
list_head         128 third_party/libusb/src/libusb/libusbi.h static inline void list_del(struct list_head *entry)
list_head         230 third_party/libusb/src/libusb/libusbi.h 	struct list_head usb_devs;
list_head         235 third_party/libusb/src/libusb/libusbi.h 	struct list_head open_devs;
list_head         239 third_party/libusb/src/libusb/libusbi.h 	struct list_head hotplug_cbs;
list_head         247 third_party/libusb/src/libusb/libusbi.h 	struct list_head flying_transfers;
list_head         251 third_party/libusb/src/libusb/libusbi.h 	struct list_head pollfds;
list_head         281 third_party/libusb/src/libusb/libusbi.h 	struct list_head list;
list_head         305 third_party/libusb/src/libusb/libusbi.h 	struct list_head list;
list_head         325 third_party/libusb/src/libusb/libusbi.h 	struct list_head list;
list_head         357 third_party/libusb/src/libusb/libusbi.h 	struct list_head list;
list_head         462 third_party/libusb/src/libusb/libusbi.h 	struct list_head list;
list_head        1004 third_party/libusb/src/libusb/libusbi.h extern struct list_head active_contexts_list;
list_head          56 third_party/libusb/src/libusb/os/darwin_usb.c static struct list_head darwin_cached_devices = {&darwin_cached_devices, &darwin_cached_devices};
list_head         112 third_party/libusb/src/libusb/os/darwin_usb.h   struct list_head      list;
list_head          30 third_party/libusb/src/libusb/os/threads_windows.h 	struct list_head list;
list_head          38 third_party/libusb/src/libusb/os/threads_windows.h 	struct list_head waiters;
list_head          39 third_party/libusb/src/libusb/os/threads_windows.h 	struct list_head not_waiting;