Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hostess_sv11.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/net.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <linux/if_arp.h>
#include <linux/delay.h>
#include <linux/hdlc.h>
#include <linux/ioport.h>
#include <linux/slab.h>
#include <net/arp.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/dma.h>
#include <asm/byteorder.h>
#include "z85230.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 

Functions

 module_param (io, int, 0)
 
 MODULE_PARM_DESC (io,"The I/O base of the Comtrol Hostess SV11 card")
 
 module_param (dma, int, 0)
 
 MODULE_PARM_DESC (dma,"Set this to 1 to use DMA1/DMA3 for TX/RX")
 
 module_param (irq, int, 0)
 
 MODULE_PARM_DESC (irq,"The interrupt line setting for the Comtrol Hostess SV11 card")
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Modular driver for the Comtrol Hostess SV11")
 
int init_module (void)
 
void cleanup_module (void)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 23 of file hostess_sv11.c.

Function Documentation

void cleanup_module ( void  )

Definition at line 348 of file hostess_sv11.c.

int init_module ( void  )

Definition at line 341 of file hostess_sv11.c.

MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "Modular driver for the Comtrol Hostess SV11"  )
MODULE_LICENSE ( "GPL"  )
module_param ( io  ,
int  ,
 
)
module_param ( dma  ,
int  ,
 
)
module_param ( irq  ,
int  ,
 
)
MODULE_PARM_DESC ( io  ,
"The I/O base of the Comtrol Hostess SV11 card  
)
MODULE_PARM_DESC ( dma  ,
"Set this to 1 to use DMA1/DMA3 for TX/RX  
)
MODULE_PARM_DESC ( irq  ,
"The interrupt line setting for the Comtrol Hostess SV11 card  
)