1. NAME

usb_wait_anchor_empty_timeout - wait for an anchor to be unused

2. SYNOPSIS

int usb_wait_anchor_empty_timeout(struct usb_anchor *  anchor , unsigned int  timeout );

3. ARGUMENTS

anchor
    the anchor you want to become unused

timeout
    how long you are willing to wait in milliseconds

4. DESCRIPTION

Call this is you want to be sure all an anchorAqs URBs have finished

5. COPYRIGHT