centos man page for usb_hub_clear_tt_buffer

Query: usb_hub_clear_tt_buffer

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

USB_HUB_CLEAR_TT_BUF(9) 					   USB Core APIs					   USB_HUB_CLEAR_TT_BUF(9)

NAME
usb_hub_clear_tt_buffer - clear control/bulk TT state in high speed hub
SYNOPSIS
int usb_hub_clear_tt_buffer(struct urb * urb);
ARGUMENTS
urb an URB associated with the failed or incomplete split transaction
DESCRIPTION
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. It may not be possible for that hub to handle additional full (or low) speed transactions until that state is fully cleared out.
RETURN
0 if successful. A negative error code otherwise.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_HUB_CLEAR_TT_BUF(9)
Related Man Pages
usb_sg_init(9) - suse
usb_submit_urb(9) - suse
usb_control_msg(9) - centos
usb_fill_int_urb(9) - centos
usb_kill_urb(9) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Tar Command
CentOS7 restoring file capabilities
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq