Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/apei/
H A Derst.c380 rc = apei_exec_run(&ctx, ACPI_ERST_GET_ERROR_RANGE); in erst_get_erange()
384 rc = apei_exec_run(&ctx, ACPI_ERST_GET_ERROR_LENGTH); in erst_get_erange()
402 rc = apei_exec_run(&ctx, ACPI_ERST_GET_RECORD_COUNT); in __erst_get_record_count()
446 rc = apei_exec_run(&ctx, ACPI_ERST_GET_RECORD_ID); in __erst_get_next_record_id()
633 rc = apei_exec_run(&ctx, ACPI_ERST_SET_RECORD_OFFSET); in __erst_write_to_storage()
636 rc = apei_exec_run(&ctx, ACPI_ERST_EXECUTE_OPERATION); in __erst_write_to_storage()
672 rc = apei_exec_run(&ctx, ACPI_ERST_SET_RECORD_OFFSET); in __erst_read_from_storage()
676 rc = apei_exec_run(&ctx, ACPI_ERST_SET_RECORD_ID); in __erst_read_from_storage()
679 rc = apei_exec_run(&ctx, ACPI_ERST_EXECUTE_OPERATION); in __erst_read_from_storage()
715 rc = apei_exec_run(&ctx, ACPI_ERST_SET_RECORD_ID); in __erst_clear_from_storage()
[all …]
H A Deinj.c153 rc = apei_exec_run(&ctx, ACPI_EINJ_GET_ERROR_TYPE); in __einj_get_available_error_type()
385 rc = apei_exec_run(&trigger_ctx, ACPI_EINJ_TRIGGER_ERROR); in __einj_error_trigger()
465 rc = apei_exec_run(&ctx, ACPI_EINJ_SET_ERROR_TYPE); in __einj_error_inject()
475 rc = apei_exec_run(&ctx, ACPI_EINJ_EXECUTE_OPERATION); in __einj_error_inject()
479 rc = apei_exec_run(&ctx, ACPI_EINJ_CHECK_BUSY_STATUS); in __einj_error_inject()
488 rc = apei_exec_run(&ctx, ACPI_EINJ_GET_COMMAND_STATUS); in __einj_error_inject()
501 rc = apei_exec_run(&ctx, ACPI_EINJ_GET_TRIGGER_TABLE); in __einj_error_inject()
H A Dapei-internal.h56 static inline int apei_exec_run(struct apei_exec_context *ctx, u8 action) in apei_exec_run() function