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

Data Fields

struct mutex buf_lock
 
struct spi_deviceus
 
u8 rx[KXSD9_STATE_RX_SIZE____cacheline_aligned
 
u8 tx [KXSD9_STATE_TX_SIZE]
 

Detailed Description

struct kxsd9_state - device related storage : protect the rx and tx buffers. : spi device : single rx buffer storage : single tx buffer storage

Definition at line 53 of file kxsd9.c.

Field Documentation

Definition at line 56 of file kxsd9.c.

struct mutex buf_lock

Definition at line 54 of file kxsd9.c.

Definition at line 57 of file kxsd9.c.

Definition at line 55 of file kxsd9.c.


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