Linux Kernel
3.7.1
|
Data Fields | |
const void * | tx_buf |
void * | rx_buf |
unsigned | len |
unsigned | n_tx |
unsigned | n_rx |
unsigned | actual_length |
int | status |
Definition at line 38 of file spi-fsl-espi.c.
unsigned actual_length |
Definition at line 44 of file spi-fsl-espi.c.
unsigned len |
Definition at line 41 of file spi-fsl-espi.c.
unsigned n_rx |
Definition at line 43 of file spi-fsl-espi.c.
unsigned n_tx |
Definition at line 42 of file spi-fsl-espi.c.
void* rx_buf |
Definition at line 40 of file spi-fsl-espi.c.
Definition at line 45 of file spi-fsl-espi.c.
Definition at line 39 of file spi-fsl-espi.c.