acpi_drivers.h (fefe5ab3d67b0ade6200fec5ed6f2812cbcbb658) | acpi_drivers.h (8950d89acaa8c353869e681772479d7955ae6f7a) |
---|---|
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 * --- 83 unchanged lines hidden (view full) --- 92int acpi_disable_wakeup_device_power(struct acpi_device *dev); 93int acpi_power_get_inferred_state(struct acpi_device *device); 94int acpi_power_transition(struct acpi_device *device, int state); 95extern int acpi_power_nocheck; 96 97/* -------------------------------------------------------------------------- 98 Embedded Controller 99 -------------------------------------------------------------------------- */ | 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 * --- 83 unchanged lines hidden (view full) --- 92int acpi_disable_wakeup_device_power(struct acpi_device *dev); 93int acpi_power_get_inferred_state(struct acpi_device *device); 94int acpi_power_transition(struct acpi_device *device, int state); 95extern int acpi_power_nocheck; 96 97/* -------------------------------------------------------------------------- 98 Embedded Controller 99 -------------------------------------------------------------------------- */ |
100#ifdef CONFIG_ACPI_EC | |
101int acpi_ec_ecdt_probe(void); 102int acpi_boot_ec_enable(void); | 100int acpi_ec_ecdt_probe(void); 101int acpi_boot_ec_enable(void); |
103#endif | |
104 105/* -------------------------------------------------------------------------- 106 Processor 107 -------------------------------------------------------------------------- */ 108 109#define ACPI_PROCESSOR_LIMIT_NONE 0x00 110#define ACPI_PROCESSOR_LIMIT_INCREMENT 0x01 111#define ACPI_PROCESSOR_LIMIT_DECREMENT 0x02 --- 48 unchanged lines hidden --- | 102 103/* -------------------------------------------------------------------------- 104 Processor 105 -------------------------------------------------------------------------- */ 106 107#define ACPI_PROCESSOR_LIMIT_NONE 0x00 108#define ACPI_PROCESSOR_LIMIT_INCREMENT 0x01 109#define ACPI_PROCESSOR_LIMIT_DECREMENT 0x02 --- 48 unchanged lines hidden --- |