aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evrgnini.c
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2012-07-11 21:40:10 -0400
committerLen Brown <len.brown@intel.com>2012-07-17 00:05:51 -0400
commitba494beeaa69bc0fb01eb89464ad5d57d26e3901 (patch)
tree804996ccb531af38f91853bd9b8055b65cd2ac6b /drivers/acpi/acpica/evrgnini.c
parent75e7386b104b27b1158bf7d13c69d5317f0033ca (diff)
ACPICA: AcpiSrc: Fix some translation issues for Linux conversion
Fixes issues like this: i_aSL -> iASL 00-7_f -> 00-7F local_fADT -> local_FADT execute_oSI -> execute_OSI Also, in function headers, the parameters are now translated to lower case (with underscores if necessary.) Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/evrgnini.c')
-rw-r--r--drivers/acpi/acpica/evrgnini.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/acpi/acpica/evrgnini.c b/drivers/acpi/acpica/evrgnini.c
index 819c17f5897a..4c1c8261166f 100644
--- a/drivers/acpi/acpica/evrgnini.c
+++ b/drivers/acpi/acpica/evrgnini.c
@@ -56,8 +56,8 @@ static u8 acpi_ev_is_pci_root_bridge(struct acpi_namespace_node *node);
56 * 56 *
57 * FUNCTION: acpi_ev_system_memory_region_setup 57 * FUNCTION: acpi_ev_system_memory_region_setup
58 * 58 *
59 * PARAMETERS: Handle - Region we are interested in 59 * PARAMETERS: handle - Region we are interested in
60 * Function - Start or stop 60 * function - Start or stop
61 * handler_context - Address space handler context 61 * handler_context - Address space handler context
62 * region_context - Region specific context 62 * region_context - Region specific context
63 * 63 *
@@ -118,8 +118,8 @@ acpi_ev_system_memory_region_setup(acpi_handle handle,
118 * 118 *
119 * FUNCTION: acpi_ev_io_space_region_setup 119 * FUNCTION: acpi_ev_io_space_region_setup
120 * 120 *
121 * PARAMETERS: Handle - Region we are interested in 121 * PARAMETERS: handle - Region we are interested in
122 * Function - Start or stop 122 * function - Start or stop
123 * handler_context - Address space handler context 123 * handler_context - Address space handler context
124 * region_context - Region specific context 124 * region_context - Region specific context
125 * 125 *
@@ -149,8 +149,8 @@ acpi_ev_io_space_region_setup(acpi_handle handle,
149 * 149 *
150 * FUNCTION: acpi_ev_pci_config_region_setup 150 * FUNCTION: acpi_ev_pci_config_region_setup
151 * 151 *
152 * PARAMETERS: Handle - Region we are interested in 152 * PARAMETERS: handle - Region we are interested in
153 * Function - Start or stop 153 * function - Start or stop
154 * handler_context - Address space handler context 154 * handler_context - Address space handler context
155 * region_context - Region specific context 155 * region_context - Region specific context
156 * 156 *
@@ -338,7 +338,7 @@ acpi_ev_pci_config_region_setup(acpi_handle handle,
338 * 338 *
339 * FUNCTION: acpi_ev_is_pci_root_bridge 339 * FUNCTION: acpi_ev_is_pci_root_bridge
340 * 340 *
341 * PARAMETERS: Node - Device node being examined 341 * PARAMETERS: node - Device node being examined
342 * 342 *
343 * RETURN: TRUE if device is a PCI/PCI-Express Root Bridge 343 * RETURN: TRUE if device is a PCI/PCI-Express Root Bridge
344 * 344 *
@@ -393,14 +393,14 @@ static u8 acpi_ev_is_pci_root_bridge(struct acpi_namespace_node *node)
393 * 393 *
394 * FUNCTION: acpi_ev_pci_bar_region_setup 394 * FUNCTION: acpi_ev_pci_bar_region_setup
395 * 395 *
396 * PARAMETERS: Handle - Region we are interested in 396 * PARAMETERS: handle - Region we are interested in
397 * Function - Start or stop 397 * function - Start or stop
398 * handler_context - Address space handler context 398 * handler_context - Address space handler context
399 * region_context - Region specific context 399 * region_context - Region specific context
400 * 400 *
401 * RETURN: Status 401 * RETURN: Status
402 * 402 *
403 * DESCRIPTION: Setup a pci_bAR operation region 403 * DESCRIPTION: Setup a pci_BAR operation region
404 * 404 *
405 * MUTEX: Assumes namespace is not locked 405 * MUTEX: Assumes namespace is not locked
406 * 406 *
@@ -420,8 +420,8 @@ acpi_ev_pci_bar_region_setup(acpi_handle handle,
420 * 420 *
421 * FUNCTION: acpi_ev_cmos_region_setup 421 * FUNCTION: acpi_ev_cmos_region_setup
422 * 422 *
423 * PARAMETERS: Handle - Region we are interested in 423 * PARAMETERS: handle - Region we are interested in
424 * Function - Start or stop 424 * function - Start or stop
425 * handler_context - Address space handler context 425 * handler_context - Address space handler context
426 * region_context - Region specific context 426 * region_context - Region specific context
427 * 427 *
@@ -447,8 +447,8 @@ acpi_ev_cmos_region_setup(acpi_handle handle,
447 * 447 *
448 * FUNCTION: acpi_ev_default_region_setup 448 * FUNCTION: acpi_ev_default_region_setup
449 * 449 *
450 * PARAMETERS: Handle - Region we are interested in 450 * PARAMETERS: handle - Region we are interested in
451 * Function - Start or stop 451 * function - Start or stop
452 * handler_context - Address space handler context 452 * handler_context - Address space handler context
453 * region_context - Region specific context 453 * region_context - Region specific context
454 * 454 *