Lines Matching defs:anchor
126 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb()
142 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup()
149 static void __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) in __usb_unanchor_urb()
167 struct usb_anchor *anchor; in usb_unanchor_urb() local
809 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs()
847 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs()
881 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs()
906 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs()
925 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups()
939 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups()
960 int usb_wait_anchor_empty_timeout(struct usb_anchor *anchor, in usb_wait_anchor_empty_timeout()
979 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor()
1006 void usb_scuttle_anchored_urbs(struct usb_anchor *anchor) in usb_scuttle_anchored_urbs()
1034 int usb_anchor_empty(struct usb_anchor *anchor) in usb_anchor_empty()