Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A 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/drivers/base/firmware_loader/
H A 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/lib/
H A 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/drivers/firmware/microchip/
H A 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/drivers/net/pse-pd/
H A 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/drivers/greybus/
H A 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/include/linux/
H A Dfirmware.h35 FW_UPLOAD_ERR_NONE, enumerator