Linux Kernel
3.7.1
|
#include <ade7758.h>
Data Fields | |
struct spi_device * | us |
struct iio_trigger * | trig |
u8 * | tx |
u8 * | rx |
struct mutex | buf_lock |
struct iio_chan_spec * | ade7758_ring_channels |
struct spi_transfer | ring_xfer [4] |
struct spi_message | ring_msg |
unsigned char rx_buf[8] | ____cacheline_aligned |
unsigned char | tx_buf [8] |
struct ade7758_state - device instance specific data : actual spi_device : data ready trigger registered with iio : transmit buffer : receive buffer : mutex to protect tx and rx
unsigned char rx_buf [8] ____cacheline_aligned |
struct iio_chan_spec* ade7758_ring_channels |
struct spi_message ring_msg |
struct spi_transfer ring_xfer[4] |
struct iio_trigger* trig |
struct spi_device* us |