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

/linux-4.4.14/drivers/acpi/apei/
H A Derst.c387 rc = apei_exec_run(&ctx, ACPI_ERST_GET_ERROR_RANGE); erst_get_erange()
391 rc = apei_exec_run(&ctx, ACPI_ERST_GET_ERROR_LENGTH); erst_get_erange()
395 rc = apei_exec_run(&ctx, ACPI_ERST_GET_ERROR_ATTRIBUTES); erst_get_erange()
409 rc = apei_exec_run(&ctx, ACPI_ERST_GET_RECORD_COUNT); __erst_get_record_count()
453 rc = apei_exec_run(&ctx, ACPI_ERST_GET_RECORD_ID); __erst_get_next_record_id()
646 rc = apei_exec_run(&ctx, ACPI_ERST_SET_RECORD_OFFSET); __erst_write_to_storage()
649 rc = apei_exec_run(&ctx, ACPI_ERST_EXECUTE_OPERATION); __erst_write_to_storage()
653 rc = apei_exec_run(&ctx, ACPI_ERST_CHECK_BUSY_STATUS); __erst_write_to_storage()
662 rc = apei_exec_run(&ctx, ACPI_ERST_GET_COMMAND_STATUS); __erst_write_to_storage()
685 rc = apei_exec_run(&ctx, ACPI_ERST_SET_RECORD_OFFSET); __erst_read_from_storage()
689 rc = apei_exec_run(&ctx, ACPI_ERST_SET_RECORD_ID); __erst_read_from_storage()
692 rc = apei_exec_run(&ctx, ACPI_ERST_EXECUTE_OPERATION); __erst_read_from_storage()
696 rc = apei_exec_run(&ctx, ACPI_ERST_CHECK_BUSY_STATUS); __erst_read_from_storage()
705 rc = apei_exec_run(&ctx, ACPI_ERST_GET_COMMAND_STATUS); __erst_read_from_storage()
728 rc = apei_exec_run(&ctx, ACPI_ERST_SET_RECORD_ID); __erst_clear_from_storage()
731 rc = apei_exec_run(&ctx, ACPI_ERST_EXECUTE_OPERATION); __erst_clear_from_storage()
735 rc = apei_exec_run(&ctx, ACPI_ERST_CHECK_BUSY_STATUS); __erst_clear_from_storage()
744 rc = apei_exec_run(&ctx, ACPI_ERST_GET_COMMAND_STATUS); __erst_clear_from_storage()
H A Deinj.c159 rc = apei_exec_run(&ctx, ACPI_EINJ_GET_ERROR_TYPE); __einj_get_available_error_type()
394 rc = apei_exec_run(&trigger_ctx, ACPI_EINJ_TRIGGER_ERROR); __einj_error_trigger()
474 rc = apei_exec_run(&ctx, ACPI_EINJ_SET_ERROR_TYPE); __einj_error_inject()
483 rc = apei_exec_run(&ctx, ACPI_EINJ_EXECUTE_OPERATION); __einj_error_inject()
487 rc = apei_exec_run(&ctx, ACPI_EINJ_CHECK_BUSY_STATUS); __einj_error_inject()
496 rc = apei_exec_run(&ctx, ACPI_EINJ_GET_COMMAND_STATUS); __einj_error_inject()
503 rc = apei_exec_run(&ctx, ACPI_EINJ_GET_TRIGGER_TABLE); __einj_error_inject()
H A Dapei-internal.h56 static inline int apei_exec_run(struct apei_exec_context *ctx, u8 action) apei_exec_run() function

Completed in 100 milliseconds