Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rh.c File Reference
#include <linux/slab.h>
#include <linux/export.h>
#include "wusbhc.h"

Go to the source code of this file.

Functions

int wusbhc_rh_status_data (struct usb_hcd *usb_hcd, char *_buf)
 
 EXPORT_SYMBOL_GPL (wusbhc_rh_status_data)
 
int wusbhc_rh_control (struct usb_hcd *usb_hcd, u16 reqntype, u16 wValue, u16 wIndex, char *buf, u16 wLength)
 
 EXPORT_SYMBOL_GPL (wusbhc_rh_control)
 
int wusbhc_rh_suspend (struct usb_hcd *usb_hcd)
 
 EXPORT_SYMBOL_GPL (wusbhc_rh_suspend)
 
int wusbhc_rh_resume (struct usb_hcd *usb_hcd)
 
 EXPORT_SYMBOL_GPL (wusbhc_rh_resume)
 
int wusbhc_rh_start_port_reset (struct usb_hcd *usb_hcd, unsigned port_idx)
 
 EXPORT_SYMBOL_GPL (wusbhc_rh_start_port_reset)
 
int wusbhc_rh_create (struct wusbhc *wusbhc)
 
void wusbhc_rh_destroy (struct wusbhc *wusbhc)
 

Function Documentation

EXPORT_SYMBOL_GPL ( wusbhc_rh_status_data  )
EXPORT_SYMBOL_GPL ( wusbhc_rh_control  )
EXPORT_SYMBOL_GPL ( wusbhc_rh_suspend  )
EXPORT_SYMBOL_GPL ( wusbhc_rh_resume  )
EXPORT_SYMBOL_GPL ( wusbhc_rh_start_port_reset  )
int wusbhc_rh_control ( struct usb_hcd *  usb_hcd,
u16  reqntype,
u16  wValue,
u16  wIndex,
char buf,
u16  wLength 
)

Definition at line 352 of file rh.c.

int wusbhc_rh_create ( struct wusbhc wusbhc)

Definition at line 434 of file rh.c.

void wusbhc_rh_destroy ( struct wusbhc wusbhc)

Definition at line 449 of file rh.c.

int wusbhc_rh_resume ( struct usb_hcd *  usb_hcd)

Definition at line 406 of file rh.c.

int wusbhc_rh_start_port_reset ( struct usb_hcd *  usb_hcd,
unsigned  port_idx 
)

Definition at line 416 of file rh.c.

int wusbhc_rh_status_data ( struct usb_hcd *  usb_hcd,
char _buf 
)

Definition at line 141 of file rh.c.

int wusbhc_rh_suspend ( struct usb_hcd *  usb_hcd)

Definition at line 396 of file rh.c.