usb_ep_dequeue(9) suse man page | unix.com

Man Page: usb_ep_dequeue

Operating Environment: suse

Section: 9

USB_EP_DEQUEUE(9)					      Kernel Mode Gadget API						 USB_EP_DEQUEUE(9)

NAME
usb_ep_dequeue - dequeues (cancels, unlinks) an I/O request from an endpoint
SYNOPSIS
int usb_ep_dequeue(struct usb_ep * ep, struct usb_request * req);
ARGUMENTS
ep the endpoint associated with the request req the request being canceled
DESCRIPTION
if 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).
AUTHOR
David Brownell <dbrownell@users.sourceforge.net> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_EP_DEQUEUE(9)
Related Man Pages
usb_ep_enable(9) - suse
usb_ep_queue(9) - suse
usb_interface_id(9) - suse
struct_usb_request(9) - centos
usb_gadget_config_buf(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
A (ksh) Library For and From UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB