Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ep93xx_spi_chip_ops Struct Reference

#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)
 

Detailed Description

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.

Field Documentation

void(* cleanup)(struct spi_device *spi)

Definition at line 25 of file spi-ep93xx.h.

void(* cs_control)(struct spi_device *spi, int value)

Definition at line 26 of file spi-ep93xx.h.

Definition at line 24 of file spi-ep93xx.h.


The documentation for this struct was generated from the following file: