Home
last modified time | relevance | path

Searched refs:FW_UPLOAD_ERR_NONE (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/fpga/
Dintel-m10-bmc-sec-update.c226 return FW_UPLOAD_ERR_NONE; in rsu_check_idle()
284 return FW_UPLOAD_ERR_NONE; in rsu_update_init()
317 return FW_UPLOAD_ERR_NONE; in rsu_prog_ready()
358 return FW_UPLOAD_ERR_NONE; in rsu_send_data()
425 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
429 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
433 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
439 return FW_UPLOAD_ERR_NONE; in m10bmc_sec_prepare()
487 return FW_UPLOAD_ERR_NONE; in m10bmc_sec_write()
501 if (result != FW_UPLOAD_ERR_NONE) in m10bmc_sec_poll_complete()
[all …]
/Linux-v6.1/drivers/base/firmware_loader/
Dsysfs_upload.c22 [FW_UPLOAD_ERR_NONE] = "none",
174 if (ret != FW_UPLOAD_ERR_NONE) { in fw_upload_main()
183 if (ret != FW_UPLOAD_ERR_NONE || !written) { in fw_upload_main()
184 if (ret == FW_UPLOAD_ERR_NONE) { in fw_upload_main()
198 if (ret != FW_UPLOAD_ERR_NONE) in fw_upload_main()
/Linux-v6.1/lib/
Dtest_firmware.c1081 [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()
[all …]
/Linux-v6.1/include/linux/
Dfirmware.h33 FW_UPLOAD_ERR_NONE, enumerator