Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/cisreg.h>
#include <pcmcia/ds.h>
#include "orinoco.h"
Go to the source code of this file.
Data Structures | |
struct | orinoco_pccard |
Macros | |
#define | DRIVER_NAME "spectrum_cs" |
#define | PFX DRIVER_NAME ": " |
#define | HCR_RUN 0x07 /* run firmware after reset */ |
#define | HCR_IDLE 0x0E /* don't run firmware after reset */ |
#define | HCR_MEM16 0x10 /* memory width bit, should be preserved */ |
Functions | |
MODULE_AUTHOR ("Pavel Roskin <[email protected]>") | |
MODULE_DESCRIPTION ("Driver for Symbol Spectrum24 Trilogy cards with firmware downloader") | |
MODULE_LICENSE ("Dual MPL/GPL") | |
module_param (ignore_cis_vcc, int, 0) | |
MODULE_PARM_DESC (ignore_cis_vcc,"Allow voltage mismatch between card and socket") | |
MODULE_DEVICE_TABLE (pcmcia, spectrum_cs_ids) | |
module_init (init_spectrum_cs) | |
module_exit (exit_spectrum_cs) | |
#define DRIVER_NAME "spectrum_cs" |
Definition at line 21 of file spectrum_cs.c.
#define HCR_IDLE 0x0E /* don't run firmware after reset */ |
Definition at line 69 of file spectrum_cs.c.
#define HCR_MEM16 0x10 /* memory width bit, should be preserved */ |
Definition at line 70 of file spectrum_cs.c.
#define HCR_RUN 0x07 /* run firmware after reset */ |
Definition at line 68 of file spectrum_cs.c.
#define PFX DRIVER_NAME ": " |
Definition at line 22 of file spectrum_cs.c.
MODULE_AUTHOR | ( | "Pavel Roskin <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | pcmcia | , |
spectrum_cs_ids | |||
) |
module_exit | ( | exit_spectrum_cs | ) |
module_init | ( | init_spectrum_cs | ) |
MODULE_LICENSE | ( | "Dual MPL/GPL" | ) |
module_param | ( | ignore_cis_vcc | , |
int | , | ||
0 | |||
) |