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

#include <sca3000.h>

Data Fields

struct spi_deviceus
 
struct sca3000_chip_infoinfo
 
struct work_struct interrupt_handler_ws
 
s64 last_timestamp
 
int mo_det_use_count
 
struct mutex lock
 
int bpse
 
u8 rx[2] ____cacheline_aligned
 
u8 tx[6] ____cacheline_aligned
 

Detailed Description

struct sca3000_state - device instance state information : the associated spi device : chip variant information : device information used by the IIO core : event interrupt handler for all events : the timestamp of the last event : reference counter for the motion detection unit : lock used to protect elements of sca3000_state and the underlying device state. : number of bits per scan element : dma-able transmit buffer : dma-able receive buffer

Definition at line 173 of file sca3000.h.

Field Documentation

Definition at line 182 of file sca3000.h.

Definition at line 183 of file sca3000.h.

int bpse

Definition at line 180 of file sca3000.h.

Definition at line 175 of file sca3000.h.

struct work_struct interrupt_handler_ws

Definition at line 176 of file sca3000.h.

s64 last_timestamp

Definition at line 177 of file sca3000.h.

struct mutex lock

Definition at line 179 of file sca3000.h.

int mo_det_use_count

Definition at line 178 of file sca3000.h.

Definition at line 174 of file sca3000.h.


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