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

Data Fields

dev_t devt
 
spinlock_t spi_lock
 
struct spi_devicespi
 
struct list_head device_entry
 
struct mutex buf_lock
 
unsigned users
 
u8buffer
 

Detailed Description

Definition at line 76 of file spidev.c.

Field Documentation

struct mutex buf_lock

Definition at line 83 of file spidev.c.

Definition at line 85 of file spidev.c.

struct list_head device_entry

Definition at line 80 of file spidev.c.

dev_t devt

Definition at line 77 of file spidev.c.

Definition at line 79 of file spidev.c.

spinlock_t spi_lock

Definition at line 78 of file spidev.c.

unsigned users

Definition at line 84 of file spidev.c.


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