Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/module.h>
#include <linux/pci-aspm.h>
#include <acpi/acpi.h>
#include <acpi/acpi_bus.h>
#include <linux/pci-acpi.h>
#include <linux/pm_runtime.h>
#include "pci.h"
Go to the source code of this file.
Functions | |
acpi_status | pci_acpi_add_bus_pm_notifier (struct acpi_device *dev, struct pci_bus *pci_bus) |
acpi_status | pci_acpi_remove_bus_pm_notifier (struct acpi_device *dev) |
acpi_status | pci_acpi_add_pm_notifier (struct acpi_device *dev, struct pci_dev *pci_dev) |
acpi_status | pci_acpi_remove_pm_notifier (struct acpi_device *dev) |
phys_addr_t | acpi_pci_root_get_mcfg_addr (acpi_handle handle) |
arch_initcall (acpi_pci_init) | |
phys_addr_t acpi_pci_root_get_mcfg_addr | ( | acpi_handle | handle | ) |
Definition at line 171 of file pci-acpi.c.
arch_initcall | ( | acpi_pci_init | ) |
acpi_status pci_acpi_add_bus_pm_notifier | ( | struct acpi_device * | dev, |
struct pci_bus * | pci_bus | ||
) |
pci_acpi_add_bus_pm_notifier - Register PM notifier for given PCI bus. : ACPI device to add the notifier for. : PCI bus to walk checking for PME status if an event is signaled.
Definition at line 136 of file pci-acpi.c.
acpi_status pci_acpi_add_pm_notifier | ( | struct acpi_device * | dev, |
struct pci_dev * | pci_dev | ||
) |
acpi_status pci_acpi_remove_bus_pm_notifier | ( | struct acpi_device * | dev | ) |
pci_acpi_remove_bus_pm_notifier - Unregister PCI bus PM notifier. : ACPI device to remove the notifier from.
Definition at line 146 of file pci-acpi.c.
acpi_status pci_acpi_remove_pm_notifier | ( | struct acpi_device * | dev | ) |
pci_acpi_remove_pm_notifier - Unregister PCI device PM notifier. : ACPI device to remove the notifier from.
Definition at line 166 of file pci-acpi.c.