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

Data Fields

spinlock_t lock
 
void __iomemregs
 
int irq
 
struct clkclk
 
struct platform_devicepdev
 
struct spi_devicestay
 
u8 stopping
 
struct list_head queue
 
struct spi_transfercurrent_transfer
 
unsigned long current_remaining_bytes
 
struct spi_transfernext_transfer
 
unsigned long next_remaining_bytes
 
voidbuffer
 
dma_addr_t buffer_dma
 

Detailed Description

Definition at line 188 of file spi-atmel.c.

Field Documentation

Definition at line 204 of file spi-atmel.c.

dma_addr_t buffer_dma

Definition at line 205 of file spi-atmel.c.

Definition at line 193 of file spi-atmel.c.

unsigned long current_remaining_bytes

Definition at line 200 of file spi-atmel.c.

struct spi_transfer* current_transfer

Definition at line 199 of file spi-atmel.c.

int irq

Definition at line 192 of file spi-atmel.c.

spinlock_t lock

Definition at line 189 of file spi-atmel.c.

unsigned long next_remaining_bytes

Definition at line 202 of file spi-atmel.c.

struct spi_transfer* next_transfer

Definition at line 201 of file spi-atmel.c.

Definition at line 194 of file spi-atmel.c.

Definition at line 198 of file spi-atmel.c.

Definition at line 191 of file spi-atmel.c.

Definition at line 195 of file spi-atmel.c.

u8 stopping

Definition at line 197 of file spi-atmel.c.


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