usb_ep_disable(9) centos man page | unix.com

Man Page: usb_ep_disable

Operating Environment: centos

Section: 9

USB_EP_DISABLE(9)					      Kernel Mode Gadget API						 USB_EP_DISABLE(9)

NAME
usb_ep_disable - endpoint is no longer usable
SYNOPSIS
int usb_ep_disable(struct usb_ep * ep);
ARGUMENTS
ep the endpoint being unconfigured. may not be the endpoint named "ep0".
DESCRIPTION
no other task may be using this endpoint when this is called. any pending and uncompleted requests will complete with status indicating disconnect (-ESHUTDOWN) before this call returns. gadget drivers must call usb_ep_enable again before queueing requests to the endpoint. returns zero, or a negative error code.
AUTHOR
David Brownell <dbrownell@users.sourceforge.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_EP_DISABLE(9)
Related Man Pages
struct_usb_composite_dev(9) - centos
struct_usb_ep(9) - centos
usb_gadget_config_buf(9) - centos
ubtbcmfw(4) - debian
ubtbcmfw(4) - freebsd
Similar Topics in the Unix Linux Community
How to increment version inside a file?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Controlling user input