Searched refs:apei_exec_run_optional (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/apei/ |
H A D | erst.c | 629 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_WRITE); in __erst_write_to_storage() 653 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_write_to_storage() 668 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_READ); in __erst_read_from_storage() 696 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_read_from_storage() 711 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_CLEAR); in __erst_clear_from_storage() 735 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_clear_from_storage()
|
H A D | apei-internal.h | 63 static inline int apei_exec_run_optional(struct apei_exec_context *ctx, u8 action) in apei_exec_run_optional() function
|
H A D | einj.c | 411 rc = apei_exec_run_optional(&ctx, ACPI_EINJ_BEGIN_OPERATION); in __einj_error_inject() 501 rc = apei_exec_run_optional(&ctx, ACPI_EINJ_END_OPERATION); in __einj_error_inject()
|
/kernel/linux/linux-6.6/drivers/acpi/apei/ |
H A D | erst.c | 629 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_WRITE); in __erst_write_to_storage() 653 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_write_to_storage() 668 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_READ); in __erst_read_from_storage() 696 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_read_from_storage() 711 rc = apei_exec_run_optional(&ctx, ACPI_ERST_BEGIN_CLEAR); in __erst_clear_from_storage() 735 rc = apei_exec_run_optional(&ctx, ACPI_ERST_END); in __erst_clear_from_storage()
|
H A D | apei-internal.h | 62 static inline int apei_exec_run_optional(struct apei_exec_context *ctx, u8 action) in apei_exec_run_optional() function
|
H A D | einj.c | 413 rc = apei_exec_run_optional(&ctx, ACPI_EINJ_BEGIN_OPERATION); in __einj_error_inject() 510 rc = apei_exec_run_optional(&ctx, ACPI_EINJ_END_OPERATION); in __einj_error_inject()
|
Completed in 6 milliseconds