Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tekram-sir.c File Reference
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <net/irda/irda.h>
#include "sir-dev.h"

Go to the source code of this file.

Macros

#define TEKRAM_115200   0x00
 
#define TEKRAM_57600   0x01
 
#define TEKRAM_38400   0x02
 
#define TEKRAM_19200   0x03
 
#define TEKRAM_9600   0x04
 
#define TEKRAM_PW   0x10 /* Pulse select bit */
 
#define TEKRAM_STATE_WAIT_SPEED   (SIRDEV_STATE_DONGLE_SPEED + 1)
 

Functions

 module_param (tekram_delay, int, 0)
 
 MODULE_PARM_DESC (tekram_delay,"tekram dongle write complete delay")
 
 MODULE_AUTHOR ("Dag Brattli <dagb@cs.uit.no>")
 
 MODULE_DESCRIPTION ("Tekram IrMate IR-210B dongle driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("irda-dongle-0")
 
 module_init (tekram_sir_init)
 
 module_exit (tekram_sir_cleanup)
 

Macro Definition Documentation

#define TEKRAM_115200   0x00

Definition at line 44 of file tekram-sir.c.

#define TEKRAM_19200   0x03

Definition at line 47 of file tekram-sir.c.

#define TEKRAM_38400   0x02

Definition at line 46 of file tekram-sir.c.

#define TEKRAM_57600   0x01

Definition at line 45 of file tekram-sir.c.

#define TEKRAM_9600   0x04

Definition at line 48 of file tekram-sir.c.

#define TEKRAM_PW   0x10 /* Pulse select bit */

Definition at line 50 of file tekram-sir.c.

#define TEKRAM_STATE_WAIT_SPEED   (SIRDEV_STATE_DONGLE_SPEED + 1)

Definition at line 124 of file tekram-sir.c.

Function Documentation

MODULE_ALIAS ( "irda-dongle-0"  )
MODULE_AUTHOR ( "Dag Brattli <dagb@cs.uit.no>"  )
MODULE_DESCRIPTION ( "Tekram IrMate IR-210B dongle driver"  )
module_exit ( tekram_sir_cleanup  )
module_init ( tekram_sir_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( tekram_delay  ,
int  ,
 
)
MODULE_PARM_DESC ( tekram_delay  ,
"tekram dongle write complete delay  
)