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
800 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs()
838 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs()
872 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs()
897 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs()
916 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups()
930 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups()
951 int usb_wait_anchor_empty_timeout(struct usb_anchor *anchor, in usb_wait_anchor_empty_timeout()
970 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor()
997 void usb_scuttle_anchored_urbs(struct usb_anchor *anchor) in usb_scuttle_anchored_urbs()
1025 int usb_anchor_empty(struct usb_anchor *anchor) in usb_anchor_empty()