Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
aic79xx_osm_pci.c File Reference
#include "aic79xx_osm.h"
#include "aic79xx_inline.h"
#include "aic79xx_pci.h"

Go to the source code of this file.

Macros

#define ID(x)
 

Functions

 MODULE_DEVICE_TABLE (pci, ahd_linux_pci_id_table)
 
int ahd_linux_pci_init (void)
 
void ahd_linux_pci_exit (void)
 
int ahd_pci_map_registers (struct ahd_softc *ahd)
 
int ahd_pci_map_int (struct ahd_softc *ahd)
 
void ahd_power_state_change (struct ahd_softc *ahd, ahd_power_state new_state)
 

Macro Definition Documentation

#define ID (   x)
Value:
ID2C(x), \
ID2C(IDIROC(x))

Definition at line 48 of file aic79xx_osm_pci.c.

Function Documentation

void ahd_linux_pci_exit ( void  )

Definition at line 246 of file aic79xx_osm_pci.c.

int ahd_linux_pci_init ( void  )

Definition at line 240 of file aic79xx_osm_pci.c.

int ahd_pci_map_int ( struct ahd_softc ahd)

Definition at line 382 of file aic79xx_osm_pci.c.

int ahd_pci_map_registers ( struct ahd_softc ahd)

Definition at line 310 of file aic79xx_osm_pci.c.

void ahd_power_state_change ( struct ahd_softc ahd,
ahd_power_state  new_state 
)

Definition at line 395 of file aic79xx_osm_pci.c.

MODULE_DEVICE_TABLE ( pci  ,
ahd_linux_pci_id_table   
)