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

Data Fields

void __iomemaddr
 
int irq
 
struct spi_mastermaster
 
struct list_head queue
 
struct workqueue_structworkqueue
 
struct work_struct ws
 
unsigned long cr1
 
wait_queue_head_t wait
 
spinlock_t lock
 
int width
 

Detailed Description

Definition at line 85 of file spi-sh.c.

Field Documentation

void __iomem* addr

Definition at line 86 of file spi-sh.c.

unsigned long cr1

Definition at line 92 of file spi-sh.c.

int irq

Definition at line 87 of file spi-sh.c.

spinlock_t lock

Definition at line 94 of file spi-sh.c.

struct spi_master* master

Definition at line 88 of file spi-sh.c.

Definition at line 89 of file spi-sh.c.

Definition at line 93 of file spi-sh.c.

int width

Definition at line 95 of file spi-sh.c.

Definition at line 90 of file spi-sh.c.

Definition at line 91 of file spi-sh.c.


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