Linux Kernel
3.7.1
|
#include <linux/dmi.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/pm.h>
#include <linux/pci.h>
#include <linux/acpi.h>
#include <linux/slab.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
Go to the source code of this file.
Data Structures | |
struct | acpi_prt_entry |
struct | prt_quirk |
Macros | |
#define | PREFIX "ACPI: " |
#define | _COMPONENT ACPI_PCI_COMPONENT |
#define | PCI_INTX_PIN(c) (c - 'A' + 1) |
Functions | |
ACPI_MODULE_NAME ("pci_irq") | |
int | acpi_pci_irq_add_prt (acpi_handle handle, struct pci_bus *bus) |
void | acpi_pci_irq_del_prt (struct pci_bus *bus) |
int | acpi_pci_irq_enable (struct pci_dev *dev) |
void | __attribute__ ((weak)) |
void | acpi_pci_irq_disable (struct pci_dev *dev) |
#define _COMPONENT ACPI_PCI_COMPONENT |
|
read |
ACPI_MODULE_NAME | ( | "pci_irq" | ) |
int acpi_pci_irq_add_prt | ( | acpi_handle | handle, |
struct pci_bus * | bus | ||
) |