Lines Matching full:routine
592 * This routine cancels an in-progress request. URBs complete only once
599 * Drivers should not call this routine or related routines, such as
617 * The URB must not be deallocated while this routine is running. In
618 * particular, when a driver calls this routine, it must insure that the
633 * completion routine returns. It is guaranteed that a stopped queue
677 * This routine cancels an in-progress request. It is guaranteed that
684 * While the routine is running, attempts to resubmit the URB will fail
688 * The URB must not be deallocated while this routine is running. In
689 * particular, when a driver calls this routine, it must insure that the
692 * This routine may not be used in an interrupt context (such as a bottom
696 * This routine should not be called by a driver after its disconnect
724 * This routine cancels an in-progress request. It is guaranteed that
731 * After and while the routine runs, attempts to resubmit the URB will fail
735 * The URB must not be deallocated while this routine is running. In
736 * particular, when a driver calls this routine, it must insure that the
739 * This routine may not be used in an interrupt context (such as a bottom
743 * This routine should not be called by a driver after its disconnect
780 * After the routine has run, attempts to resubmit the URB will fail
784 * The URB must not be deallocated while this routine is running. In
785 * particular, when a driver calls this routine, it must insure that the
805 * This routine should not be called by a driver after its disconnect
843 * This routine should not be called by a driver after its disconnect
902 * This routine should not be called by a driver after its disconnect