Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
musb_host.h File Reference
#include <linux/scatterlist.h>

Go to the source code of this file.

Data Structures

struct  musb_qh
 

Functions

void musb_root_disconnect (struct musb *musb)
 
int musb_hub_status_data (struct usb_hcd *hcd, char *buf)
 
int musb_hub_control (struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength)
 

Variables

struct hc_driver musb_hc_driver
 

Function Documentation

int musb_hub_control ( struct usb_hcd *  hcd,
u16  typeReq,
u16  wValue,
u16  wIndex,
char buf,
u16  wLength 
)

Definition at line 227 of file musb_virthub.c.

int musb_hub_status_data ( struct usb_hcd *  hcd,
char buf 
)

Definition at line 214 of file musb_virthub.c.

void musb_root_disconnect ( struct musb musb)

Definition at line 179 of file musb_virthub.c.

Variable Documentation

struct hc_driver musb_hc_driver

Definition at line 2448 of file musb_host.c.