Query: usb_hcd_link_urb_to_ep
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_HCD_LINK_URB_TO_(9) Host Controller APIs USB_HCD_LINK_URB_TO_(9)NAMEusb_hcd_link_urb_to_ep - add an URB to its endpoint queueSYNOPSISint usb_hcd_link_urb_to_ep(struct usb_hcd * hcd, struct urb * urb);ARGUMENTShcd host controller to which urb was submitted urb URB being submittedDESCRIPTIONHost 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. Returns 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_HCD_LINK_URB_TO_(9)
Related Man Pages |
---|
usb_bulk_msg(9) - suse |
usb_control_msg(9) - suse |
usb_fill_int_urb(9) - suse |
struct_urb(9) - centos |
usb_kill_urb(9) - centos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Change directory error |
Getting command output to putty window title. |
A (ksh) Library For and From UNIX.com |
The Future of the PM (Private Message) System at UNIX.com |