Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target: Linux kernel #3265

Open
4 of 6 tasks
masatake opened this issue Jan 7, 2022 · 1 comment
Open
4 of 6 tasks

Target: Linux kernel #3265

masatake opened this issue Jan 7, 2022 · 1 comment

Comments

@masatake
Copy link
Member

masatake commented Jan 7, 2022

TODO items to help people read the source code of linux kernel.

@masatake
Copy link
Member Author

acpi_status
acpi_evaluate_object_typed(acpi_handle handle,
			   acpi_string pathname,
			   struct acpi_object_list *external_params,
			   struct acpi_buffer *return_buffer,
			   acpi_object_type return_type)
{
  // ...
}

ACPI_EXPORT_SYMBOL(acpi_evaluate_object_typed)

acpi_status
acpi_evaluate_object(acpi_handle handle,
		     acpi_string pathname,
		     struct acpi_object_list *external_params,
		     struct acpi_buffer *return_buffer)
{
  // ...
}

Though I know the reason, acpi_evaluate_object is not tagged.

I want to implement a heuristic to overcome this situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant