Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/fpga/
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()
545 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
551 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
555 if (ret != FW_UPLOAD_ERR_NONE) in m10bmc_sec_prepare()
565 return FW_UPLOAD_ERR_NONE; in m10bmc_sec_prepare()
605 return FW_UPLOAD_ERR_NONE; in m10bmc_sec_fw_write()
621 if (result != FW_UPLOAD_ERR_NONE) in m10bmc_sec_poll_complete()
[all …]
/linux-6.12.1/drivers/media/i2c/
Dthp7312.c1545 return FW_UPLOAD_ERR_NONE; in thp7312_fw_prepare_config()
1564 return FW_UPLOAD_ERR_NONE; in thp7312_fw_prepare_check()
1578 return FW_UPLOAD_ERR_NONE; in thp7312_fw_prepare_reset()
1625 return FW_UPLOAD_ERR_NONE; in thp7312_flash_erase()
1653 return ret >= 0 ? FW_UPLOAD_ERR_NONE : FW_UPLOAD_ERR_RW_ERROR; in thp7312_write_download_data_by_unit()
1694 if (ret != FW_UPLOAD_ERR_NONE) { in thp7312_fw_load_to_ram()
1705 return FW_UPLOAD_ERR_NONE; in thp7312_fw_load_to_ram()
1736 return val ? FW_UPLOAD_ERR_HW_ERROR : FW_UPLOAD_ERR_NONE; in thp7312_fw_write_to_flash()
1779 return FW_UPLOAD_ERR_NONE; in thp7312_fw_check_crc()
1800 if (ret != FW_UPLOAD_ERR_NONE) in thp7312_fw_prepare()
[all …]
/linux-6.12.1/drivers/base/firmware_loader/
Dsysfs_upload.c22 [FW_UPLOAD_ERR_NONE] = "none",
175 if (ret != FW_UPLOAD_ERR_NONE) { in fw_upload_main()
184 if (ret != FW_UPLOAD_ERR_NONE || !written) { in fw_upload_main()
185 if (ret == FW_UPLOAD_ERR_NONE) { in fw_upload_main()
199 if (ret != FW_UPLOAD_ERR_NONE) in fw_upload_main()
/linux-6.12.1/lib/
Dtest_firmware.c1127 [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()
[all …]
/linux-6.12.1/drivers/firmware/microchip/
Dmpfs-auto-update.c144 return FW_UPLOAD_ERR_NONE; in mpfs_auto_update_prepare()
156 return FW_UPLOAD_ERR_NONE; in mpfs_auto_update_poll_complete()
346 return FW_UPLOAD_ERR_NONE; in mpfs_auto_update_write()
352 return FW_UPLOAD_ERR_NONE; in mpfs_auto_update_write()
/linux-6.12.1/drivers/net/pse-pd/
Dpd692x0.c1134 return FW_UPLOAD_ERR_NONE; in pd692x0_fw_recv_resp()
1162 return FW_UPLOAD_ERR_NONE; in pd692x0_fw_write_line()
1208 return FW_UPLOAD_ERR_NONE; in pd692x0_fw_reset()
1259 return FW_UPLOAD_ERR_NONE; in pd692x0_fw_prepare()
1352 return FW_UPLOAD_ERR_NONE; in pd692x0_fw_write()
1390 return FW_UPLOAD_ERR_NONE; in pd692x0_fw_poll_complete()
/linux-6.12.1/drivers/greybus/
Dgb-beagleplay.c927 return FW_UPLOAD_ERR_NONE; in cc1352_prepare()
950 return FW_UPLOAD_ERR_NONE; in cc1352_write()
969 return FW_UPLOAD_ERR_NONE; in cc1352_write()
999 return FW_UPLOAD_ERR_NONE; in cc1352_poll_complete()
/linux-6.12.1/include/linux/
Dfirmware.h35 FW_UPLOAD_ERR_NONE, enumerator
/linux-6.12.1/drivers/cxl/core/
Dmemdev.c854 return FW_UPLOAD_ERR_NONE; in cxl_fw_prepare()
951 rc = FW_UPLOAD_ERR_NONE; in cxl_fw_write()
971 return FW_UPLOAD_ERR_NONE; in cxl_fw_poll_complete()