Searched defs:usb_anchor (Results 1 – 2 of 2) sorted by relevance
89285 struct usb_anchor { struct89286 struct list_head urb_list;89287 wait_queue_head_t wait;89288 spinlock_t lock;89289 atomic_t suspend_wakeups;89290 unsigned int poisoned: 1;
99021 struct usb_anchor { struct99022 struct list_head urb_list;99023 wait_queue_head_t wait;99024 spinlock_t lock;99025 atomic_t suspend_wakeups;99026 unsigned int poisoned: 1;