Lines Matching refs:update_result
333 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()
384 print_update_debug_info(&update_result, pfru_dev); in start_update()