.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "USB_HUB_TT_CLEAR_BUFFER" "" "06 October 2005" "" ""
.SH NAME
usb_hub_tt_clear_buffer \- clear control/bulk TT state in high speed hub
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void usb_hub_tt_clear_buffer (struct usb_device * \fIdev\fB, int \fIpipe\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
the device whose split transaction failed
.TP
\fB\fIpipe\fB\fR
identifies the endpoint of the failed transaction
.SH "DESCRIPTION"
.PP
High speed HCDs use this to tell the hub driver that some split control or
bulk transaction failed in a way that requires clearing internal state of
a transaction translator. This is normally detected (and reported) from
interrupt context.
.PP
It may not be possible for that hub to handle additional full (or low)
speed transactions until that state is fully cleared out.