Linux Kernel
3.7.1
|
#include <sca3000.h>
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
struct sca3000_chip_info* info |
struct work_struct interrupt_handler_ws |
struct spi_device* us |