Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
drv.c File Reference
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/pci-aspm.h>
#include "iwl-trans.h"
#include "iwl-drv.h"
#include "cfg.h"
#include "internal.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define IWL_PCI_DEVICE(dev, subdev, cfg)
 
#define PCI_CFG_RETRY_TIMEOUT   0x041
 
#define IWL_PM_OPS   NULL
 

Functions

 MODULE_DEVICE_TABLE (pci, iwl_hw_card_ids)
 
int __must_check iwl_pci_register_driver (void)
 
void iwl_pci_unregister_driver (void)
 

Macro Definition Documentation

#define IWL_PCI_DEVICE (   dev,
  subdev,
  cfg 
)
Value:
.vendor = PCI_VENDOR_ID_INTEL, .device = (dev), \
.driver_data = (kernel_ulong_t)&(cfg)

Definition at line 77 of file drv.c.

#define IWL_PM_OPS   NULL

Definition at line 348 of file drv.c.

#define PCI_CFG_RETRY_TIMEOUT   0x041

Definition at line 264 of file drv.c.

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 64 of file drv.c.

Function Documentation

int __must_check iwl_pci_register_driver ( void  )

Definition at line 360 of file drv.c.

void iwl_pci_unregister_driver ( void  )

Definition at line 370 of file drv.c.

MODULE_DEVICE_TABLE ( pci  ,
iwl_hw_card_ids   
)