Searched defs:anchor (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dusb.h1038 static inline void init_usb_anchor(struct usb_anchor *anchor) argument
1040 INIT_LIST_HEAD(&anchor->urb_list);
1041 init_waitqueue_head(&anchor->wait);
1042 spin_lock_init(&anchor->lock);
1050 * @anchor_list: membership in the list of an anchor
1051 * @anchor: to anchor URBs to a common mooring
1235 struct usb_anchor *anchor; member in struct:urb
1383 extern void usb_kill_anchored_urbs(struct usb_anchor *anchor);
1384 extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);
[all...]

Completed in 3739 milliseconds