Query: usb_ep_dequeue
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_EP_DEQUEUE(9) Kernel Mode Gadget API USB_EP_DEQUEUE(9)NAMEusb_ep_dequeue - dequeues (cancels, unlinks) an I/O request from an endpointSYNOPSISint usb_ep_dequeue(struct usb_ep * ep, struct usb_request * req);ARGUMENTSep the endpoint associated with the request req the request being canceledDESCRIPTIONif the request is still active on the endpoint, it is dequeued and its completion routine is called (with status -ECONNRESET); else a negative error code is returned. note that some hardware can't clear out write fifos (to unlink the request at the head of the queue) except as part of disconnecting from usb. such restrictions prevent drivers from supporting configuration changes, even to configuration zero (a "chapter 9" requirement).AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_EP_DEQUEUE(9)
Related Man Pages |
---|
usb_unlink_urb(9) - suse |
struct_usb_request(9) - centos |
usb_ep_queue(9) - centos |
usb_unlink_urb(9) - centos |
struct_usb_request(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
DB2 convert digits to binary format |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |