1USB_ANCHOR_SUSPEND_W(9) USB Core APIs USB_ANCHOR_SUSPEND_W(9)
2
3
4
6 usb_anchor_suspend_wakeups -
7
9 void usb_anchor_suspend_wakeups(struct usb_anchor * anchor);
10
12 anchor
13 the anchor you want to suspend wakeups on
14
16 Call this to stop the last urb being unanchored from waking up any
17 usb_wait_anchor_empty_timeout waiters. This is used in the hcd urb
18 give- back path to delay waking up until after the completion handler
19 has run.
20
22Kernel Hackers Manual 3.10 June 2019 USB_ANCHOR_SUSPEND_W(9)