usb_hcd_link_urb_to_ep(9) centos man page | unix.com

Man Page: usb_hcd_link_urb_to_ep

Operating Environment: centos

Section: 9

USB_HCD_LINK_URB_TO_(9) 				       Host Controller APIs					   USB_HCD_LINK_URB_TO_(9)

NAME
usb_hcd_link_urb_to_ep - add an URB to its endpoint queue
SYNOPSIS
int usb_hcd_link_urb_to_ep(struct usb_hcd * hcd, struct urb * urb);
ARGUMENTS
hcd host controller to which urb was submitted urb URB being submitted
DESCRIPTION
Host controller drivers should call this routine in their enqueue method. The HCD's private spinlock must be held and interrupts must be disabled. The actions carried out here are required for URB submission, as well as for endpoint shutdown and for usb_kill_urb.
RETURN
0 for no error, otherwise a negative error code (in which case the enqueue method must fail). If no error occurs but enqueue fails anyway, it must call usb_hcd_unlink_urb_from_ep before releasing the private spinlock and returning.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_HCD_LINK_URB_TO_(9)
Related Man Pages
usb_poison_urb(9) - centos
usb_fill_int_urb(9) - suse
usb_submit_urb(9) - suse
usb_bulk_msg(9) - centos
usb_submit_urb(9) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Docker learning Phase-I
Please Welcome Dave Munro to the Moderator Team!