Lines Matching refs:FW_UPLOAD_ERR_NONE
1081 [FW_UPLOAD_ERR_NONE] = "none",
1096 for (err = FW_UPLOAD_ERR_NONE + 1; err < FW_UPLOAD_ERR_MAX; err++) { in upload_err_inject_error()
1134 return FW_UPLOAD_ERR_NONE; in fw_upload_wait_on_cancel()
1141 enum fw_upload_err ret = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1157 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_prepare()
1159 return FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1171 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1193 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_write()
1195 return FW_UPLOAD_ERR_NONE; in test_fw_upload_write()
1211 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_complete()
1213 return FW_UPLOAD_ERR_NONE; in test_fw_upload_complete()
1232 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_cleanup()