aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evregion.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/evregion.c')
-rw-r--r--drivers/acpi/acpica/evregion.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/drivers/acpi/acpica/evregion.c b/drivers/acpi/acpica/evregion.c
index 1b0180a1b798..0cc6a16fedc7 100644
--- a/drivers/acpi/acpica/evregion.c
+++ b/drivers/acpi/acpica/evregion.c
@@ -150,7 +150,7 @@ acpi_status acpi_ev_install_region_handlers(void)
150 * 150 *
151 * FUNCTION: acpi_ev_has_default_handler 151 * FUNCTION: acpi_ev_has_default_handler
152 * 152 *
153 * PARAMETERS: Node - Namespace node for the device 153 * PARAMETERS: node - Namespace node for the device
154 * space_id - The address space ID 154 * space_id - The address space ID
155 * 155 *
156 * RETURN: TRUE if default handler is installed, FALSE otherwise 156 * RETURN: TRUE if default handler is installed, FALSE otherwise
@@ -244,7 +244,7 @@ acpi_status acpi_ev_initialize_op_regions(void)
244 * FUNCTION: acpi_ev_execute_reg_method 244 * FUNCTION: acpi_ev_execute_reg_method
245 * 245 *
246 * PARAMETERS: region_obj - Region object 246 * PARAMETERS: region_obj - Region object
247 * Function - Passed to _REG: On (1) or Off (0) 247 * function - Passed to _REG: On (1) or Off (0)
248 * 248 *
249 * RETURN: Status 249 * RETURN: Status
250 * 250 *
@@ -286,10 +286,10 @@ acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function)
286 /* 286 /*
287 * The _REG method has two arguments: 287 * The _REG method has two arguments:
288 * 288 *
289 * Arg0 - Integer: 289 * arg0 - Integer:
290 * Operation region space ID Same value as region_obj->Region.space_id 290 * Operation region space ID Same value as region_obj->Region.space_id
291 * 291 *
292 * Arg1 - Integer: 292 * arg1 - Integer:
293 * connection status 1 for connecting the handler, 0 for disconnecting 293 * connection status 1 for connecting the handler, 0 for disconnecting
294 * the handler (Passed as a parameter) 294 * the handler (Passed as a parameter)
295 */ 295 */
@@ -330,10 +330,10 @@ acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function)
330 * 330 *
331 * PARAMETERS: region_obj - Internal region object 331 * PARAMETERS: region_obj - Internal region object
332 * field_obj - Corresponding field. Can be NULL. 332 * field_obj - Corresponding field. Can be NULL.
333 * Function - Read or Write operation 333 * function - Read or Write operation
334 * region_offset - Where in the region to read or write 334 * region_offset - Where in the region to read or write
335 * bit_width - Field width in bits (8, 16, 32, or 64) 335 * bit_width - Field width in bits (8, 16, 32, or 64)
336 * Value - Pointer to in or out value, must be 336 * value - Pointer to in or out value, must be
337 * a full 64-bit integer 337 * a full 64-bit integer
338 * 338 *
339 * RETURN: Status 339 * RETURN: Status
@@ -840,11 +840,11 @@ acpi_ev_install_handler(acpi_handle obj_handle,
840 * 840 *
841 * FUNCTION: acpi_ev_install_space_handler 841 * FUNCTION: acpi_ev_install_space_handler
842 * 842 *
843 * PARAMETERS: Node - Namespace node for the device 843 * PARAMETERS: node - Namespace node for the device
844 * space_id - The address space ID 844 * space_id - The address space ID
845 * Handler - Address of the handler 845 * handler - Address of the handler
846 * Setup - Address of the setup function 846 * setup - Address of the setup function
847 * Context - Value passed to the handler on each access 847 * context - Value passed to the handler on each access
848 * 848 *
849 * RETURN: Status 849 * RETURN: Status
850 * 850 *
@@ -1061,7 +1061,7 @@ acpi_ev_install_space_handler(struct acpi_namespace_node * node,
1061 * 1061 *
1062 * FUNCTION: acpi_ev_execute_reg_methods 1062 * FUNCTION: acpi_ev_execute_reg_methods
1063 * 1063 *
1064 * PARAMETERS: Node - Namespace node for the device 1064 * PARAMETERS: node - Namespace node for the device
1065 * space_id - The address space ID 1065 * space_id - The address space ID
1066 * 1066 *
1067 * RETURN: Status 1067 * RETURN: Status
@@ -1104,7 +1104,7 @@ acpi_ev_execute_reg_methods(struct acpi_namespace_node *node,
1104 * 1104 *
1105 * PARAMETERS: walk_namespace callback 1105 * PARAMETERS: walk_namespace callback
1106 * 1106 *
1107 * DESCRIPTION: Run _REG method for region objects of the requested space_iD 1107 * DESCRIPTION: Run _REG method for region objects of the requested spaceID
1108 * 1108 *
1109 ******************************************************************************/ 1109 ******************************************************************************/
1110 1110