Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
usb_host.h File Reference
#include <gxio/common.h>
#include <hv/drv_usb_host_intf.h>
#include <hv/iorpc.h>

Go to the source code of this file.

Data Structures

struct  gxio_usb_host_context_t
 

Functions

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

Function Documentation

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.