acpi_bus.h (712cba5d87a6c0e980ee5fad45734e189c4d7151) | acpi_bus.h (d760a1baf20e067d3a063aa134834ddd3d183e2f) |
---|---|
1/* 2 * acpi_bus.h - ACPI Bus Driver ($Revision: 22 $) 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 * --- 559 unchanged lines hidden (view full) --- 568 u32 osc_control_set; /* _OSC state of control bits */ 569 phys_addr_t mcfg_addr; 570}; 571 572/* helper */ 573 574bool acpi_dma_supported(struct acpi_device *adev); 575enum dev_dma_attr acpi_get_dma_attr(struct acpi_device *adev); | 1/* 2 * acpi_bus.h - ACPI Bus Driver ($Revision: 22 $) 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 * --- 559 unchanged lines hidden (view full) --- 568 u32 osc_control_set; /* _OSC state of control bits */ 569 phys_addr_t mcfg_addr; 570}; 571 572/* helper */ 573 574bool acpi_dma_supported(struct acpi_device *adev); 575enum dev_dma_attr acpi_get_dma_attr(struct acpi_device *adev); |
576void acpi_dma_configure(struct device *dev, enum dev_dma_attr attr); 577void acpi_dma_deconfigure(struct device *dev); |
|
576 577struct acpi_device *acpi_find_child_device(struct acpi_device *parent, 578 u64 address, bool check_children); 579int acpi_is_root_bridge(acpi_handle); 580struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); 581 582int acpi_enable_wakeup_device_power(struct acpi_device *dev, int state); 583int acpi_disable_wakeup_device_power(struct acpi_device *dev); --- 72 unchanged lines hidden --- | 578 579struct acpi_device *acpi_find_child_device(struct acpi_device *parent, 580 u64 address, bool check_children); 581int acpi_is_root_bridge(acpi_handle); 582struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); 583 584int acpi_enable_wakeup_device_power(struct acpi_device *dev, int state); 585int acpi_disable_wakeup_device_power(struct acpi_device *dev); --- 72 unchanged lines hidden --- |