Lines Matching defs:anchor
124 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb()
140 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup()
147 static void __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) in __usb_unanchor_urb()
165 struct usb_anchor *anchor; in usb_unanchor_urb() local
792 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs()
830 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs()
864 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs()
889 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs()
908 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups()
922 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups()
943 int usb_wait_anchor_empty_timeout(struct usb_anchor *anchor, in usb_wait_anchor_empty_timeout()
962 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor()
989 void usb_scuttle_anchored_urbs(struct usb_anchor *anchor) in usb_scuttle_anchored_urbs()
1017 int usb_anchor_empty(struct usb_anchor *anchor) in usb_anchor_empty()