Linux Kernel
3.7.1
|
Data Fields | |
struct spi_bitbang | bitbang |
struct completion | done |
struct resource | mem |
void __iomem * | regs |
u32 | irq |
u8 * | rx_ptr |
const u8 * | tx_ptr |
int | remaining_bytes |
u8 | bits_per_word |
unsigned int(* | read_fn )(void __iomem *) |
void(* | write_fn )(u32, void __iomem *) |
void(* | tx_fn )(struct xilinx_spi *) |
void(* | rx_fn )(struct xilinx_spi *) |
Definition at line 77 of file spi-xilinx.c.
struct spi_bitbang bitbang |
Definition at line 79 of file spi-xilinx.c.
u8 bits_per_word |
Definition at line 89 of file spi-xilinx.c.
struct completion done |
Definition at line 80 of file spi-xilinx.c.
u32 irq |
Definition at line 84 of file spi-xilinx.c.
Definition at line 81 of file spi-xilinx.c.
Definition at line 90 of file spi-xilinx.c.
Definition at line 82 of file spi-xilinx.c.
int remaining_bytes |
Definition at line 88 of file spi-xilinx.c.
void(* rx_fn)(struct xilinx_spi *) |
Definition at line 93 of file spi-xilinx.c.
u8* rx_ptr |
Definition at line 86 of file spi-xilinx.c.
void(* tx_fn)(struct xilinx_spi *) |
Definition at line 92 of file spi-xilinx.c.
Definition at line 87 of file spi-xilinx.c.