Man Page: usb_hub_clear_tt_buffer
Operating Environment: centos
Section: 9
USB_HUB_CLEAR_TT_BUF(9) USB Core APIs USB_HUB_CLEAR_TT_BUF(9)NAMEusb_hub_clear_tt_buffer - clear control/bulk TT state in high speed hubSYNOPSISint usb_hub_clear_tt_buffer(struct urb * urb);ARGUMENTSurb an URB associated with the failed or incomplete split transactionDESCRIPTIONHigh 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. It may not be possible for that hub to handle additional full (or low) speed transactions until that state is fully cleared out.RETURN0 if successful. A negative error code otherwise.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_HUB_CLEAR_TT_BUF(9)
| Related Man Pages |
|---|
| usb_poison_urb(9) - centos |
| usb_fill_int_urb(9) - suse |
| usb_sg_init(9) - suse |
| usb_submit_urb(9) - suse |
| usb_bulk_msg(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Tar Command |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |