Linux Kernel
3.7.1
|
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) |
void * | gxio_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) |
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.