usb_hcd_giveback_urb(9) suse man page | unix.com

Man Page: usb_hcd_giveback_urb

Operating Environment: suse

Section: 9

USB_HCD_GIVEBACK_URB(9) 				       Host Controller APIs					   USB_HCD_GIVEBACK_URB(9)

NAME
usb_hcd_giveback_urb - return URB from HCD to device driver
SYNOPSIS
void usb_hcd_giveback_urb(struct usb_hcd * hcd, struct urb * urb, int status);
ARGUMENTS
hcd host controller returning the URB urb urb being returned to the USB device driver. status completion status code for the URB.
CONTEXT
in_interrupt
DESCRIPTION
This hands the URB from HCD to its USB device driver, using its completion function. The HCD has freed all per-urb resources (and is done using urb->hcpriv). It also released all HCD locks; the device driver won't cause problems if it frees, modifies, or resubmits this URB. If urb was unlinked, the value of status will be overridden by urb->unlinked. Erroneous short transfers are detected in case the HCD hasn't checked for them.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_HCD_GIVEBACK_URB(9)
Related Man Pages
usb_poison_urb(9) - centos
usb_fill_int_urb(9) - suse
usb_unlink_urb(9) - suse
usb_control_msg(9) - centos
usb_fill_int_urb(9) - centos
Similar Topics in the Unix Linux Community
Change directory error
Cut command on RHEL 6.8 compatibility issues
Tar Command
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB