|
Linux Kernel
3.7.1
|
#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) |
| int __must_check iwl_pci_register_driver | ( | void | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| iwl_hw_card_ids | |||
| ) |
1.8.2