Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
usb_host.c File Reference
#include <linux/io.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <gxio/iorpc_globals.h>
#include <gxio/iorpc_usb_host.h>
#include <gxio/kiorpc.h>
#include <gxio/usb_host.h>

Go to the source code of this file.

Functions

int gxio_usb_host_init (gxio_usb_host_context_t *context, int usb_index, int is_ehci)
 
 EXPORT_SYMBOL_GPL (gxio_usb_host_init)
 
int gxio_usb_host_destroy (gxio_usb_host_context_t *context)
 
 EXPORT_SYMBOL_GPL (gxio_usb_host_destroy)
 
voidgxio_usb_host_get_reg_start (gxio_usb_host_context_t *context)
 
 EXPORT_SYMBOL_GPL (gxio_usb_host_get_reg_start)
 
size_t gxio_usb_host_get_reg_len (gxio_usb_host_context_t *context)
 
 EXPORT_SYMBOL_GPL (gxio_usb_host_get_reg_len)
 

Function Documentation

EXPORT_SYMBOL_GPL ( gxio_usb_host_init  )
EXPORT_SYMBOL_GPL ( gxio_usb_host_destroy  )
EXPORT_SYMBOL_GPL ( gxio_usb_host_get_reg_start  )
EXPORT_SYMBOL_GPL ( gxio_usb_host_get_reg_len  )
int gxio_usb_host_destroy ( gxio_usb_host_context_t context)

Definition at line 66 of file usb_host.c.

size_t gxio_usb_host_get_reg_len ( gxio_usb_host_context_t context)

Definition at line 86 of file usb_host.c.

void* gxio_usb_host_get_reg_start ( gxio_usb_host_context_t context)

Definition at line 79 of file usb_host.c.

int gxio_usb_host_init ( gxio_usb_host_context_t context,
int  usb_index,
int  is_ehci 
)

Definition at line 29 of file usb_host.c.