Loading drivers/acpi/acpica/utcopy.c +14 −13 Original line number Diff line number Diff line Loading @@ -326,8 +326,8 @@ acpi_ut_copy_ielement_to_eelement(u8 object_type, * buffer. A package object by definition contains other objects. * * The buffer is assumed to have sufficient space for the object. * The caller must have verified the buffer length needed using the * acpi_ut_get_object_size function before calling this function. * The caller must have verified the buffer length needed using * the acpi_ut_get_object_size function before calling this function. * ******************************************************************************/ Loading Loading @@ -382,12 +382,12 @@ acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, * FUNCTION: acpi_ut_copy_iobject_to_eobject * * PARAMETERS: internal_object - The internal object to be converted * buffer_ptr - Where the object is returned * ret_buffer - Where the object is returned * * RETURN: Status * * DESCRIPTION: This function is called to build an API object to be returned to * the caller. * DESCRIPTION: This function is called to build an API object to be returned * to the caller. * ******************************************************************************/ Loading Loading @@ -626,7 +626,7 @@ acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object, * PARAMETERS: external_object - The external object to be converted * internal_object - Where the internal object is returned * * RETURN: Status - the status of the call * RETURN: Status * * DESCRIPTION: Converts an external object to an internal object. * Loading Loading @@ -897,10 +897,11 @@ acpi_ut_copy_ielement_to_ielement(u8 object_type, * * FUNCTION: acpi_ut_copy_ipackage_to_ipackage * * PARAMETERS: *source_obj - Pointer to the source package object * *dest_obj - Where the internal object is returned * PARAMETERS: source_obj - Pointer to the source package object * dest_obj - Where the internal object is returned * walk_state - Current Walk state descriptor * * RETURN: Status - the status of the call * RETURN: Status * * DESCRIPTION: This function is called to copy an internal package object * into another internal package object. Loading Loading @@ -953,9 +954,9 @@ acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object *source_obj, * * FUNCTION: acpi_ut_copy_iobject_to_iobject * * PARAMETERS: walk_state - Current walk state * source_desc - The internal object to be copied * PARAMETERS: source_desc - The internal object to be copied * dest_desc - Where the copied object is returned * walk_state - Current walk state * * RETURN: Status * Loading Loading
drivers/acpi/acpica/utcopy.c +14 −13 Original line number Diff line number Diff line Loading @@ -326,8 +326,8 @@ acpi_ut_copy_ielement_to_eelement(u8 object_type, * buffer. A package object by definition contains other objects. * * The buffer is assumed to have sufficient space for the object. * The caller must have verified the buffer length needed using the * acpi_ut_get_object_size function before calling this function. * The caller must have verified the buffer length needed using * the acpi_ut_get_object_size function before calling this function. * ******************************************************************************/ Loading Loading @@ -382,12 +382,12 @@ acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, * FUNCTION: acpi_ut_copy_iobject_to_eobject * * PARAMETERS: internal_object - The internal object to be converted * buffer_ptr - Where the object is returned * ret_buffer - Where the object is returned * * RETURN: Status * * DESCRIPTION: This function is called to build an API object to be returned to * the caller. * DESCRIPTION: This function is called to build an API object to be returned * to the caller. * ******************************************************************************/ Loading Loading @@ -626,7 +626,7 @@ acpi_ut_copy_epackage_to_ipackage(union acpi_object *external_object, * PARAMETERS: external_object - The external object to be converted * internal_object - Where the internal object is returned * * RETURN: Status - the status of the call * RETURN: Status * * DESCRIPTION: Converts an external object to an internal object. * Loading Loading @@ -897,10 +897,11 @@ acpi_ut_copy_ielement_to_ielement(u8 object_type, * * FUNCTION: acpi_ut_copy_ipackage_to_ipackage * * PARAMETERS: *source_obj - Pointer to the source package object * *dest_obj - Where the internal object is returned * PARAMETERS: source_obj - Pointer to the source package object * dest_obj - Where the internal object is returned * walk_state - Current Walk state descriptor * * RETURN: Status - the status of the call * RETURN: Status * * DESCRIPTION: This function is called to copy an internal package object * into another internal package object. Loading Loading @@ -953,9 +954,9 @@ acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object *source_obj, * * FUNCTION: acpi_ut_copy_iobject_to_iobject * * PARAMETERS: walk_state - Current walk state * source_desc - The internal object to be copied * PARAMETERS: source_desc - The internal object to be copied * dest_desc - Where the copied object is returned * walk_state - Current walk state * * RETURN: Status * Loading