Linux Kernel
3.7.1
|
Data Fields | |
struct mutex | buf_lock |
struct spi_device * | us |
u8 rx[KXSD9_STATE_RX_SIZE] | ____cacheline_aligned |
u8 | tx [KXSD9_STATE_TX_SIZE] |
struct kxsd9_state - device related storage : protect the rx and tx buffers. : spi device : single rx buffer storage : single tx buffer storage
struct spi_device* us |