Query: usb_hcd_check_unlink_urb
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_HCD_CHECK_UNLINK(9) Host Controller APIs USB_HCD_CHECK_UNLINK(9)NAMEusb_hcd_check_unlink_urb - check whether an URB may be unlinkedSYNOPSISint usb_hcd_check_unlink_urb(struct usb_hcd * hcd, struct urb * urb, int status);ARGUMENTShcd host controller to which urb was submitted urb URB being checked for unlinkability status error code to store in urb if the unlink succeedsDESCRIPTIONHost controller drivers should call this routine in their dequeue method. The HCD's private spinlock must be held and interrupts must be disabled. The actions carried out here are required for making sure than an unlink is valid. Returns 0 for no error, otherwise a negative error code (in which case the dequeue method must fail). The possible error codes are: -EIDRM: urb was not submitted or has already completed. The completion function may not have been called yet. -EBUSY: urb has already been unlinked.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_HCD_CHECK_UNLINK(9)
Related Man Pages |
---|
usb_control_msg(9) - suse |
struct_urb(9) - centos |
usb_interrupt_msg(9) - centos |
usb_kill_urb(9) - centos |
struct_urb(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Getting command output to putty window title. |
SOCKS proxy & PAM configuration exposure |
A (ksh) Library For and From UNIX.com |
Docker learning Phase-I |
32 bit process addressing more than 4GB |