Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fpga_device Struct Reference

#include <ts78xx-fpga.h>

Data Fields

unsigned present:1
 
unsigned init:1
 
struct miscdevice miscdev
 
struct devicedev
 
struct mutex mutex
 
struct kref ref
 
struct fpga_info info [NUM_FPGA]
 
void __iomemregs
 
int irq
 
resource_size_t phys_addr
 
size_t phys_size
 
struct sg_table corl_table
 
unsigned int corl_nents
 
struct dma_chanchan
 
spinlock_t lock
 
bool enabled
 
wait_queue_head_t wait
 
struct list_head free
 
struct list_head used
 
struct data_bufinflight
 
unsigned int num_dropped
 
unsigned int num_buffers
 
size_t bufsize
 
struct dentrydbg_entry
 

Detailed Description

Definition at line 24 of file ts78xx-fpga.h.

Field Documentation

size_t bufsize

Definition at line 186 of file carma-fpga.c.

Definition at line 169 of file carma-fpga.c.

unsigned int corl_nents

Definition at line 168 of file carma-fpga.c.

struct sg_table corl_table

Definition at line 167 of file carma-fpga.c.

struct dentry* dbg_entry

Definition at line 187 of file carma-fpga.c.

struct device* dev

Definition at line 151 of file carma-fpga.c.

bool enabled

Definition at line 175 of file carma-fpga.c.

Definition at line 179 of file carma-fpga.c.

struct data_buf* inflight

Definition at line 181 of file carma-fpga.c.

Definition at line 158 of file carma-fpga.c.

unsigned init

Definition at line 26 of file ts78xx-fpga.h.

int irq

Definition at line 160 of file carma-fpga.c.

spinlock_t lock

Definition at line 172 of file carma-fpga.c.

struct miscdevice miscdev

Definition at line 150 of file carma-fpga.c.

Definition at line 152 of file carma-fpga.c.

unsigned int num_buffers

Definition at line 185 of file carma-fpga.c.

unsigned int num_dropped

Definition at line 184 of file carma-fpga.c.

Definition at line 163 of file carma-fpga.c.

size_t phys_size

Definition at line 164 of file carma-fpga.c.

unsigned present

Definition at line 25 of file ts78xx-fpga.h.

struct kref ref

Definition at line 155 of file carma-fpga.c.

Definition at line 159 of file carma-fpga.c.

Definition at line 180 of file carma-fpga.c.

Definition at line 178 of file carma-fpga.c.


The documentation for this struct was generated from the following files: