Man Page: usb_hcd_unlink_urb_from_ep
Operating Environment: suse
Section: 9
USB_HCD_UNLINK_URB_F(9) Host Controller APIs USB_HCD_UNLINK_URB_F(9)NAMEusb_hcd_unlink_urb_from_ep - remove an URB from its endpoint queueSYNOPSISvoid usb_hcd_unlink_urb_from_ep(struct usb_hcd * hcd, struct urb * urb);ARGUMENTShcd host controller to which urb was submitted urb URB being unlinkedDESCRIPTIONHost controller drivers should call this routine before calling usb_hcd_giveback_urb. The HCD's private spinlock must be held and interrupts must be disabled. The actions carried out here are required for URB completion.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_HCD_UNLINK_URB_F(9)
| Related Man Pages |
|---|
| usb_submit_urb(9) - suse |
| usb_fill_int_urb(9) - centos |
| usb_kill_urb(9) - centos |
| usb_unlink_urb(9) - centos |
| struct_urb(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Migrating to UNIX |
| Cut command on RHEL 6.8 compatibility issues |
| Update kernel Linux without reboot?! |
| Docker learning Phase-I |
| 32 bit process addressing more than 4GB |