USB_EP_DISABLE
Section: (9)
Updated: 13 April 2004
Index
Return to Main Contents
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.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.1.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 11:22:03 GMT, April 13, 2004