Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
flexcop-dma.c File Reference
#include "flexcop.h"

Go to the source code of this file.

Functions

int flexcop_dma_allocate (struct pci_dev *pdev, struct flexcop_dma *dma, u32 size)
 
 EXPORT_SYMBOL (flexcop_dma_allocate)
 
void flexcop_dma_free (struct flexcop_dma *dma)
 
 EXPORT_SYMBOL (flexcop_dma_free)
 
int flexcop_dma_config (struct flexcop_device *fc, struct flexcop_dma *dma, flexcop_dma_index_t dma_idx)
 
 EXPORT_SYMBOL (flexcop_dma_config)
 
int flexcop_dma_xfer_control (struct flexcop_device *fc, flexcop_dma_index_t dma_idx, flexcop_dma_addr_index_t index, int onoff)
 
 EXPORT_SYMBOL (flexcop_dma_xfer_control)
 
int flexcop_dma_control_size_irq (struct flexcop_device *fc, flexcop_dma_index_t no, int onoff)
 
 EXPORT_SYMBOL (flexcop_dma_control_size_irq)
 
int flexcop_dma_control_timer_irq (struct flexcop_device *fc, flexcop_dma_index_t no, int onoff)
 
 EXPORT_SYMBOL (flexcop_dma_control_timer_irq)
 
int flexcop_dma_config_timer (struct flexcop_device *fc, flexcop_dma_index_t dma_idx, u8 cycles)
 
 EXPORT_SYMBOL (flexcop_dma_config_timer)
 

Function Documentation

EXPORT_SYMBOL ( flexcop_dma_allocate  )
EXPORT_SYMBOL ( flexcop_dma_free  )
EXPORT_SYMBOL ( flexcop_dma_config  )
EXPORT_SYMBOL ( flexcop_dma_xfer_control  )
EXPORT_SYMBOL ( flexcop_dma_control_size_irq  )
EXPORT_SYMBOL ( flexcop_dma_control_timer_irq  )
EXPORT_SYMBOL ( flexcop_dma_config_timer  )
int flexcop_dma_allocate ( struct pci_dev pdev,
struct flexcop_dma dma,
u32  size 
)

Definition at line 8 of file flexcop-dma.c.

int flexcop_dma_config ( struct flexcop_device fc,
struct flexcop_dma dma,
flexcop_dma_index_t  dma_idx 
)

Definition at line 40 of file flexcop-dma.c.

int flexcop_dma_config_timer ( struct flexcop_device fc,
flexcop_dma_index_t  dma_idx,
u8  cycles 
)

Definition at line 158 of file flexcop-dma.c.

int flexcop_dma_control_size_irq ( struct flexcop_device fc,
flexcop_dma_index_t  no,
int  onoff 
)

Definition at line 123 of file flexcop-dma.c.

int flexcop_dma_control_timer_irq ( struct flexcop_device fc,
flexcop_dma_index_t  no,
int  onoff 
)

Definition at line 140 of file flexcop-dma.c.

void flexcop_dma_free ( struct flexcop_dma dma)

Definition at line 32 of file flexcop-dma.c.

int flexcop_dma_xfer_control ( struct flexcop_device fc,
flexcop_dma_index_t  dma_idx,
flexcop_dma_addr_index_t  index,
int  onoff 
)

Definition at line 70 of file flexcop-dma.c.