Linux Kernel
3.7.1
|
#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.
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.