Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
jmicron.c File Reference
#include <linux/types.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/ide.h>
#include <linux/init.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "jmicron"
 

Enumerations

enum  port_type {
  PORT_PATA0 = 0, PORT_PATA1 = 1, PORT_SATA = 2, PORT_PATA0 = 0,
  PORT_PATA1 = 1, PORT_SATA = 2, PORT_TYPE_SAS = (1L << 1), PORT_TYPE_SATA = (1L << 0),
  PORT_MDM = 0, PORT_DIAG = 1, PORT_APP1 = 2, PORT_APP2 = 3,
  PORT_CTRL = 4, PORT_ERROR = -1
}
 

Functions

 MODULE_DEVICE_TABLE (pci, jmicron_pci_tbl)
 
 module_init (jmicron_ide_init)
 
 module_exit (jmicron_ide_exit)
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_DESCRIPTION ("PCI driver module for the JMicron in legacy modes")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DRV_NAME   "jmicron"

Definition at line 14 of file jmicron.c.

Enumeration Type Documentation

enum port_type
Enumerator:
PORT_PATA0 
PORT_PATA1 
PORT_SATA 
PORT_PATA0 
PORT_PATA1 
PORT_SATA 
PORT_TYPE_SAS 
PORT_TYPE_SATA 
PORT_MDM 
PORT_DIAG 
PORT_APP1 
PORT_APP2 
PORT_CTRL 
PORT_ERROR 

Definition at line 16 of file jmicron.c.

Function Documentation

MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "PCI driver module for the JMicron in legacy modes"  )
MODULE_DEVICE_TABLE ( pci  ,
jmicron_pci_tbl   
)
module_exit ( jmicron_ide_exit  )
module_init ( jmicron_ide_init  )
MODULE_LICENSE ( "GPL"  )