Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_firmware.c1130 [FW_UPLOAD_ERR_CANCELED] = "user-abort",
1178 return FW_UPLOAD_ERR_CANCELED; in fw_upload_wait_on_cancel()
1207 if (tst->inject.err_code == FW_UPLOAD_ERR_CANCELED) in test_fw_upload_prepare()
1232 return FW_UPLOAD_ERR_CANCELED; in test_fw_upload_write()
1243 if (tst->inject.err_code == FW_UPLOAD_ERR_CANCELED) in test_fw_upload_write()
1255 return FW_UPLOAD_ERR_CANCELED; in test_fw_upload_complete()
1261 if (tst->inject.err_code == FW_UPLOAD_ERR_CANCELED) in test_fw_upload_complete()
/openbmc/linux/include/linux/
H A Dfirmware.h36 FW_UPLOAD_ERR_CANCELED, enumerator
/openbmc/linux/drivers/base/firmware_loader/
H A Dsysfs_upload.c25 [FW_UPLOAD_ERR_CANCELED] = "user-abort",
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c761 return FW_UPLOAD_ERR_CANCELED; in cxl_fw_do_cancel()
784 return FW_UPLOAD_ERR_CANCELED; in cxl_fw_prepare()
/openbmc/linux/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c525 return FW_UPLOAD_ERR_CANCELED; in rsu_cancel()