Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c356 return FW_UPLOAD_ERR_NONE; in rsu_check_idle()
409 return FW_UPLOAD_ERR_NONE; in rsu_update_init()
443 return FW_UPLOAD_ERR_NONE; in rsu_prog_ready()
483 return FW_UPLOAD_ERR_NONE; in rsu_send_data()
544 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
550 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
554 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
564 return FW_UPLOAD_ERR_NONE; in m10bmc_sec_prepare()
604 return FW_UPLOAD_ERR_NONE; in m10bmc_sec_fw_write()
620 if (result != FW_UPLOAD_ERR_NONE) in m10bmc_sec_poll_complete()
[all …]
/openbmc/linux/drivers/base/firmware_loader/
H A 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()
/openbmc/linux/lib/
H A Dtest_firmware.c1127 [FW_UPLOAD_ERR_NONE] = "none",
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()
[all …]
/openbmc/linux/include/linux/
H A Dfirmware.h33 FW_UPLOAD_ERR_NONE, enumerator
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c786 return FW_UPLOAD_ERR_NONE; in cxl_fw_prepare()
882 rc = FW_UPLOAD_ERR_NONE; in cxl_fw_write()
902 return FW_UPLOAD_ERR_NONE; in cxl_fw_poll_complete()