acpi_drivers.h (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | acpi_drivers.h (7bc5e3f2be32ae6fb0c74cd0f707f986b3a01a26) |
---|---|
1/* 2 * acpi_drivers.h ($Revision: 31 $) 3 * 4 * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> 5 * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> 6 * 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 * --- 90 unchanged lines hidden (view full) --- 99 100struct pci_dev *acpi_get_pci_dev(acpi_handle); 101int acpi_pci_bind_root(struct acpi_device *device); 102 103/* Arch-defined function to add a bus to the system */ 104 105struct pci_bus *pci_acpi_scan_root(struct acpi_device *device, int domain, 106 int bus); | 1/* 2 * acpi_drivers.h ($Revision: 31 $) 3 * 4 * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> 5 * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> 6 * 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 * --- 90 unchanged lines hidden (view full) --- 99 100struct pci_dev *acpi_get_pci_dev(acpi_handle); 101int acpi_pci_bind_root(struct acpi_device *device); 102 103/* Arch-defined function to add a bus to the system */ 104 105struct pci_bus *pci_acpi_scan_root(struct acpi_device *device, int domain, 106 int bus); |
107void pci_acpi_crs_quirks(void); |
|
107 108/* -------------------------------------------------------------------------- 109 Processor 110 -------------------------------------------------------------------------- */ 111 112#define ACPI_PROCESSOR_LIMIT_NONE 0x00 113#define ACPI_PROCESSOR_LIMIT_INCREMENT 0x01 114#define ACPI_PROCESSOR_LIMIT_DECREMENT 0x02 --- 43 unchanged lines hidden --- | 108 109/* -------------------------------------------------------------------------- 110 Processor 111 -------------------------------------------------------------------------- */ 112 113#define ACPI_PROCESSOR_LIMIT_NONE 0x00 114#define ACPI_PROCESSOR_LIMIT_INCREMENT 0x01 115#define ACPI_PROCESSOR_LIMIT_DECREMENT 0x02 --- 43 unchanged lines hidden --- |