Lines Matching refs:FW_UPLOAD_ERR_NONE
1127 [FW_UPLOAD_ERR_NONE] = "none",
1142 for (err = FW_UPLOAD_ERR_NONE + 1; err < FW_UPLOAD_ERR_MAX; err++) { in upload_err_inject_error()
1180 return FW_UPLOAD_ERR_NONE; in fw_upload_wait_on_cancel()
1187 enum fw_upload_err ret = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1203 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_prepare()
1205 return FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1217 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare()
1239 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_write()
1241 return FW_UPLOAD_ERR_NONE; in test_fw_upload_write()
1257 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_complete()
1259 return FW_UPLOAD_ERR_NONE; in test_fw_upload_complete()
1278 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_cleanup()