Lines Matching full:routine
597 * This routine cancels an in-progress request. URBs complete only once
604 * Drivers should not call this routine or related routines, such as
621 * The URB must not be deallocated while this routine is running. In
622 * particular, when a driver calls this routine, it must insure that the
637 * completion routine returns. It is guaranteed that a stopped queue
681 * This routine cancels an in-progress request. It is guaranteed that
688 * While the routine is running, attempts to resubmit the URB will fail
692 * The URB must not be deallocated while this routine is running. In
693 * particular, when a driver calls this routine, it must insure that the
696 * This routine may not be used in an interrupt context (such as a bottom
700 * This routine should not be called by a driver after its disconnect
728 * This routine cancels an in-progress request. It is guaranteed that
735 * After and while the routine runs, attempts to resubmit the URB will fail
739 * The URB must not be deallocated while this routine is running. In
740 * particular, when a driver calls this routine, it must insure that the
743 * This routine may not be used in an interrupt context (such as a bottom
747 * This routine should not be called by a driver after its disconnect
784 * After the routine has run, attempts to resubmit the URB will fail
788 * The URB must not be deallocated while this routine is running. In
789 * particular, when a driver calls this routine, it must insure that the
809 * This routine should not be called by a driver after its disconnect
847 * This routine should not be called by a driver after its disconnect