Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/
Dpfr_update.c333 struct pfru_updated_result update_result; in start_update() local
361 update_result.status = in start_update()
363 update_result.ext_status = in start_update()
366 if (update_result.status != DSM_SUCCEED) { in start_update()
368 dev_dbg(pfru_dev->parent_dev, "Error Status:%d\n", update_result.status); in start_update()
370 update_result.ext_status); in start_update()
375 update_result.low_auth_time = in start_update()
377 update_result.high_auth_time = in start_update()
379 update_result.low_exec_time = in start_update()
381 update_result.high_exec_time = in start_update()
[all …]
/linux-5.19.10/tools/testing/selftests/tc-testing/
DTdcResults.py81 def update_result(self, result_data): member in TestSuiteReport