Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/cpufreq.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <mach/hardware.h>
#include <asm/irq.h>
#include "soc_common.h"
#include "sa11xx_base.h"
Go to the source code of this file.
Macros | |
#define | SKT_DEV_INFO_SIZE(n) (sizeof(struct skt_dev_info) + (n)*sizeof(struct soc_pcmcia_socket)) |
Functions | |
int | sa11xx_drv_pcmcia_add_one (struct soc_pcmcia_socket *skt) |
EXPORT_SYMBOL (sa11xx_drv_pcmcia_add_one) | |
void | sa11xx_drv_pcmcia_ops (struct pcmcia_low_level *ops) |
EXPORT_SYMBOL (sa11xx_drv_pcmcia_ops) | |
int | sa11xx_drv_pcmcia_probe (struct device *dev, struct pcmcia_low_level *ops, int first, int nr) |
EXPORT_SYMBOL (sa11xx_drv_pcmcia_probe) | |
fs_initcall (sa11xx_pcmcia_init) | |
module_exit (sa11xx_pcmcia_exit) | |
MODULE_AUTHOR ("John Dorsey <[email protected]>") | |
MODULE_DESCRIPTION ("Linux PCMCIA Card Services: SA-11xx core socket driver") | |
MODULE_LICENSE ("Dual MPL/GPL") | |
#define SKT_DEV_INFO_SIZE | ( | n | ) | (sizeof(struct skt_dev_info) + (n)*sizeof(struct soc_pcmcia_socket)) |
Definition at line 171 of file sa11xx_base.c.
EXPORT_SYMBOL | ( | sa11xx_drv_pcmcia_add_one | ) |
EXPORT_SYMBOL | ( | sa11xx_drv_pcmcia_ops | ) |
EXPORT_SYMBOL | ( | sa11xx_drv_pcmcia_probe | ) |
fs_initcall | ( | sa11xx_pcmcia_init | ) |
MODULE_AUTHOR | ( | "John Dorsey <[email protected]>" | ) |
module_exit | ( | sa11xx_pcmcia_exit | ) |
MODULE_LICENSE | ( | "Dual MPL/GPL" | ) |
int sa11xx_drv_pcmcia_add_one | ( | struct soc_pcmcia_socket * | skt | ) |
Definition at line 174 of file sa11xx_base.c.
void sa11xx_drv_pcmcia_ops | ( | struct pcmcia_low_level * | ops | ) |
Definition at line 200 of file sa11xx_base.c.
int sa11xx_drv_pcmcia_probe | ( | struct device * | dev, |
struct pcmcia_low_level * | ops, | ||
int | first, | ||
int | nr | ||
) |
Definition at line 218 of file sa11xx_base.c.