Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
iorpc_usb_host.c File Reference
#include "gxio/iorpc_usb_host.h"

Go to the source code of this file.

Data Structures

struct  cfg_interrupt_param
 
struct  register_client_memory_param
 
struct  get_mmio_base_param
 
struct  check_mmio_offset_param
 

Functions

int gxio_usb_host_cfg_interrupt (gxio_usb_host_context_t *context, int inter_x, int inter_y, int inter_ipi, int inter_event)
 
 EXPORT_SYMBOL (gxio_usb_host_cfg_interrupt)
 
int gxio_usb_host_register_client_memory (gxio_usb_host_context_t *context, HV_PTE pte, unsigned int flags)
 
 EXPORT_SYMBOL (gxio_usb_host_register_client_memory)
 
int gxio_usb_host_get_mmio_base (gxio_usb_host_context_t *context, HV_PTE *base)
 
 EXPORT_SYMBOL (gxio_usb_host_get_mmio_base)
 
int gxio_usb_host_check_mmio_offset (gxio_usb_host_context_t *context, unsigned long offset, unsigned long size)
 
 EXPORT_SYMBOL (gxio_usb_host_check_mmio_offset)
 

Function Documentation

EXPORT_SYMBOL ( gxio_usb_host_cfg_interrupt  )
EXPORT_SYMBOL ( gxio_usb_host_get_mmio_base  )
EXPORT_SYMBOL ( gxio_usb_host_check_mmio_offset  )
int gxio_usb_host_cfg_interrupt ( gxio_usb_host_context_t context,
int  inter_x,
int  inter_y,
int  inter_ipi,
int  inter_event 
)

Definition at line 22 of file iorpc_usb_host.c.

int gxio_usb_host_check_mmio_offset ( gxio_usb_host_context_t context,
unsigned long  offset,
unsigned long  size 
)

Definition at line 85 of file iorpc_usb_host.c.

int gxio_usb_host_get_mmio_base ( gxio_usb_host_context_t context,
HV_PTE base 
)

Definition at line 64 of file iorpc_usb_host.c.

int gxio_usb_host_register_client_memory ( gxio_usb_host_context_t context,
HV_PTE  pte,
unsigned int  flags 
)

Definition at line 44 of file iorpc_usb_host.c.