Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
i2c-parport.h File Reference

Go to the source code of this file.

Data Structures

struct  lineop
 
struct  adapter_parm
 

Macros

#define PORT_DATA   0
 
#define PORT_STAT   1
 
#define PORT_CTRL   2
 

Functions

 module_param (type, int, 0)
 
 MODULE_PARM_DESC (type,"Type of adapter:\n"" 0 = Philips adapter\n"" 1 = home brew teletext adapter\n"" 2 = Velleman K8000 adapter\n"" 3 = ELV adapter\n"" 4 = ADM1032 evaluation board\n"" 5 = ADM1025, ADM1030 and ADM1031 evaluation boards\n"" 6 = Barco LPT->DVI (K5800236) adapter\n"" 7 = One For All JP1 parallel port adapter\n")
 

Macro Definition Documentation

#define PORT_CTRL   2

Definition at line 23 of file i2c-parport.h.

#define PORT_DATA   0

Definition at line 21 of file i2c-parport.h.

#define PORT_STAT   1

Definition at line 22 of file i2c-parport.h.

Function Documentation

module_param ( type  ,
int  ,
 
)
MODULE_PARM_DESC ( type  ,
"Type of adapter:\n""  0 = Philips adapter\n"" 1 = home brew teletext adapter\n"" 2 = Velleman K8000 adapter\n"" 3 = ELV adapter\n"" 4 = ADM1032 evaluation board\n"" 5 = ADM1025 
)