Lines Matching full:urbs
107 * for urbs.
124 * This can be called to have access to URBs which are to be executed
243 * URBs may be submitted in interrupt context.
261 * interrupt and isochronous urbs, as part of successful URB submission
263 * (normally some power of two units). And for isochronous urbs,
296 * URBs may be submitted to endpoints before previous ones complete, to
592 * This routine cancels an in-progress request. URBs complete only once
629 * Host Controller Drivers (HCDs) place all the URBs for a particular
634 * will not restart until all its unlinked URBs have been fully retired,
654 * unlinking all pending URBs at the first fault.
798 * usb_kill_anchored_urbs - kill all URBs associated with an anchor
801 * This kills all outstanding URBs starting from the back of the queue,
839 * this allows all outstanding URBs to be poisoned starting
840 * from the back of the queue. Newly added URBs will also be
897 * this allows all outstanding URBs to be unlinked starting
955 * URBs have finished
976 * urbs associated with it.
1000 * usb_scuttle_anchored_urbs - unanchor all an anchor's urbs
1001 * @anchor: the anchor whose urbs you want to unanchor
1003 * use this to get rid of all an anchor's urbs
1031 * Return: 1 if the anchor has no urbs associated with it.