Home
last modified time | relevance | path

Searched refs:update_result (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/
H A Dpfr_update.c352 struct pfru_updated_result update_result; in start_update() local
386 update_result.status = in start_update()
388 update_result.ext_status = in start_update()
391 if (update_result.status != DSM_SUCCEED) { in start_update()
394 "Update failed with Error Status:%d\n", update_result.status); in start_update()
397 update_result.ext_status); in start_update()
402 update_result.low_auth_time = in start_update()
404 update_result.high_auth_time = in start_update()
406 update_result.low_exec_time = in start_update()
408 update_result.high_exec_time = in start_update()
[all …]
/linux/tools/testing/selftests/tc-testing/
H A DTdcResults.py82 def update_result(self, result_data): member in TestSuiteReport