Linux Kernel
3.7.1
|
Data Fields | |
unsigned | nsecs |
u32(* | txrx_word )(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) |
unsigned(* | txrx_bufs )(struct spi_device *, u32(*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned, struct spi_transfer *) |
Definition at line 52 of file spi-bitbang.c.
unsigned nsecs |
Definition at line 53 of file spi-bitbang.c.
unsigned(* txrx_bufs)(struct spi_device *, u32(*txrx_word)(struct spi_device *spi,unsigned nsecs,u32 word, u8 bits), unsigned, struct spi_transfer *) |
Definition at line 56 of file spi-bitbang.c.
Definition at line 54 of file spi-bitbang.c.