Home
last modified time | relevance | path

Searched refs:apei_exec_run_optional (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/acpi/apei/
Derst.c645 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_WRITE); in __erst_write_to_storage()
669 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_write_to_storage()
684 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_READ); in __erst_read_from_storage()
712 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_read_from_storage()
727 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_CLEAR); in __erst_clear_from_storage()
751 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_clear_from_storage()
Dapei-internal.h63 static inline int apei_exec_run_optional(struct apei_exec_context *ctx, u8 action) in apei_exec_run_optional() function
Deinj.c422 rc = apei_exec_run_optional(&ctx, ACPI_EINJ_BEGIN_OPERATION); in __einj_error_inject()
506 rc = apei_exec_run_optional(&ctx, ACPI_EINJ_END_OPERATION); in __einj_error_inject()