Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
parport_ax88796.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/parport.h>
#include <linux/interrupt.h>
#include <linux/errno.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <asm/irq.h>

Go to the source code of this file.

Data Structures

struct  ax_drvdata
 

Macros

#define AX_SPR_BUSY   (1<<7)
 
#define AX_SPR_ACK   (1<<6)
 
#define AX_SPR_PE   (1<<5)
 
#define AX_SPR_SLCT   (1<<4)
 
#define AX_SPR_ERR   (1<<3)
 
#define AX_CPR_nDOE   (1<<5)
 
#define AX_CPR_SLCTIN   (1<<3)
 
#define AX_CPR_nINIT   (1<<2)
 
#define AX_CPR_ATFD   (1<<1)
 
#define AX_CPR_STRB   (1<<0)
 
#define parport_ax88796_suspend   NULL
 
#define parport_ax88796_resume   NULL
 

Functions

 MODULE_ALIAS ("platform:ax88796-pp")
 
 module_platform_driver (axdrv)
 
 MODULE_AUTHOR ("Ben Dooks <[email protected]>")
 
 MODULE_DESCRIPTION ("AX88796 Parport parallel port driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define AX_CPR_ATFD   (1<<1)

Definition at line 32 of file parport_ax88796.c.

#define AX_CPR_nDOE   (1<<5)

Definition at line 29 of file parport_ax88796.c.

#define AX_CPR_nINIT   (1<<2)

Definition at line 31 of file parport_ax88796.c.

#define AX_CPR_SLCTIN   (1<<3)

Definition at line 30 of file parport_ax88796.c.

#define AX_CPR_STRB   (1<<0)

Definition at line 33 of file parport_ax88796.c.

#define AX_SPR_ACK   (1<<6)

Definition at line 24 of file parport_ax88796.c.

#define AX_SPR_BUSY   (1<<7)

Definition at line 23 of file parport_ax88796.c.

#define AX_SPR_ERR   (1<<3)

Definition at line 27 of file parport_ax88796.c.

#define AX_SPR_PE   (1<<5)

Definition at line 25 of file parport_ax88796.c.

#define AX_SPR_SLCT   (1<<4)

Definition at line 26 of file parport_ax88796.c.

#define parport_ax88796_resume   NULL

Definition at line 407 of file parport_ax88796.c.

#define parport_ax88796_suspend   NULL

Definition at line 406 of file parport_ax88796.c.

Function Documentation

MODULE_ALIAS ( "platform:ax88796-pp )
MODULE_AUTHOR ( "Ben Dooks <[email protected]>"  )
MODULE_DESCRIPTION ( "AX88796 Parport parallel port driver )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( axdrv  )