Linux Kernel
3.7.1
|
#include <spi-ep93xx.h>
Data Fields | |
int(* | setup )(struct spi_device *spi) |
void(* | cleanup )(struct spi_device *spi) |
void(* | cs_control )(struct spi_device *spi, int value) |
struct ep93xx_spi_chip_ops - operation callbacks for SPI slave device : setup the chip select mechanism : cleanup the chip select mechanism : control the device chip select
Definition at line 23 of file spi-ep93xx.h.
void(* cleanup)(struct spi_device *spi) |
Definition at line 25 of file spi-ep93xx.h.
Definition at line 26 of file spi-ep93xx.h.
int(* setup)(struct spi_device *spi) |
Definition at line 24 of file spi-ep93xx.h.