USB_EP

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

struct usb_ep - device side representation of USB endpoint  

SYNOPSIS

struct usb_ep {
  void * driver_data;
  const char  * name;
  struct list_head ep_list;
};  
 

MEMBERS

driver_data
for use by the gadget driver. all other fields are read-only to gadget drivers.
name
identifier for the endpoint, such as ``ep-a'' or ``ep9in-bulk''
ep_list
the gadget's ep_list holds all of its endpoints
 

DESCRIPTION

the bus controller driver lists all the general purpose endpoints in gadget->ep_list. the control endpoint (gadget->ep0) is not in that list, and is accessed only in response to a driver setup callback.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
MEMBERS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:30 GMT, August 13, 2003