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

Data Fields

struct spi_bitbang bitbang
 
struct completion done
 
void __iomemregs
 
int irq
 
int len
 
int count
 
struct fiq_handler fiq_handler
 
enum spi_fiq_mode fiq_mode
 
unsigned char fiq_inuse
 
unsigned char fiq_claimed
 
void(* set_cs )(struct s3c2410_spi_info *spi, int cs, int pol)
 
const unsigned chartx
 
unsigned charrx
 
struct clkclk
 
struct resourceioarea
 
struct spi_mastermaster
 
struct spi_devicecurdev
 
struct devicedev
 
struct s3c2410_spi_infopdata
 

Detailed Description

Definition at line 58 of file spi-s3c24xx.c.

Field Documentation

Definition at line 60 of file spi-s3c24xx.c.

Definition at line 80 of file spi-s3c24xx.c.

int count

Definition at line 66 of file spi-s3c24xx.c.

struct spi_device* curdev

Definition at line 83 of file spi-s3c24xx.c.

struct device* dev

Definition at line 84 of file spi-s3c24xx.c.

Definition at line 61 of file spi-s3c24xx.c.

unsigned char fiq_claimed

Definition at line 71 of file spi-s3c24xx.c.

Definition at line 68 of file spi-s3c24xx.c.

unsigned char fiq_inuse

Definition at line 70 of file spi-s3c24xx.c.

enum spi_fiq_mode fiq_mode

Definition at line 69 of file spi-s3c24xx.c.

struct resource* ioarea

Definition at line 81 of file spi-s3c24xx.c.

int irq

Definition at line 64 of file spi-s3c24xx.c.

int len

Definition at line 65 of file spi-s3c24xx.c.

struct spi_master* master

Definition at line 82 of file spi-s3c24xx.c.

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

Definition at line 63 of file spi-s3c24xx.c.

unsigned char* rx

Definition at line 78 of file spi-s3c24xx.c.

Definition at line 73 of file spi-s3c24xx.c.

const unsigned char* tx

Definition at line 77 of file spi-s3c24xx.c.


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