Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
spi-pxa2xx-pci.c File Reference
#include <linux/pci.h>
#include <linux/platform_device.h>
#include <linux/of_device.h>
#include <linux/module.h>
#include <linux/spi/pxa2xx_spi.h>

Go to the source code of this file.

Data Structures

struct  ce4100_info
 

Functions

struct ssp_devicepxa_ssp_request (int port, const char *label)
 
 EXPORT_SYMBOL_GPL (pxa_ssp_request)
 
void pxa_ssp_free (struct ssp_device *ssp)
 
 EXPORT_SYMBOL_GPL (pxa_ssp_free)
 
 MODULE_DEVICE_TABLE (pci, ce4100_spi_devices)
 
 module_pci_driver (ce4100_spi_driver)
 
 MODULE_DESCRIPTION ("CE4100 PCI-SPI glue code for PXA's driver")
 
 MODULE_LICENSE ("GPL v2")
 
 MODULE_AUTHOR ("Sebastian Andrzej Siewior <[email protected]>")
 

Function Documentation

EXPORT_SYMBOL_GPL ( pxa_ssp_request  )
EXPORT_SYMBOL_GPL ( pxa_ssp_free  )
MODULE_AUTHOR ( "Sebastian Andrzej Siewior <[email protected]>"  )
MODULE_DESCRIPTION ( "CE4100 PCI-SPI glue code for PXA's driver )
MODULE_DEVICE_TABLE ( pci  ,
ce4100_spi_devices   
)
MODULE_LICENSE ( "GPL v2 )
module_pci_driver ( ce4100_spi_driver  )
void pxa_ssp_free ( struct ssp_device ssp)

Definition at line 42 of file spi-pxa2xx-pci.c.

struct ssp_device* pxa_ssp_request ( int  port,
const char label 
)
read

Definition at line 19 of file spi-pxa2xx-pci.c.