Lines Matching refs:FW_UPLOAD_ERR_NONE
1127 [FW_UPLOAD_ERR_NONE] = "none",
1143 for (err = FW_UPLOAD_ERR_NONE + 1; err < FW_UPLOAD_ERR_MAX; err++) { in upload_err_inject_error()
1181 return FW_UPLOAD_ERR_NONE; in fw_upload_wait_on_cancel()
1188 enum fw_upload_err ret = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1204 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_prepare()
1206 return FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1218 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1240 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_write()
1242 return FW_UPLOAD_ERR_NONE; in test_fw_upload_write()
1258 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_complete()
1260 return FW_UPLOAD_ERR_NONE; in test_fw_upload_complete()
1279 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_cleanup()