Home
last modified time | relevance | path

Searched refs:FW_UPLOAD_PROG_IDLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/base/firmware_loader/
H A Dsysfs_upload.c14 [FW_UPLOAD_PROG_IDLE] = "idle",
76 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) in error_show()
102 if (fwlp->progress == FW_UPLOAD_PROG_IDLE) in cancel_store()
154 fwlp->progress = FW_UPLOAD_PROG_IDLE; in fw_upload_prog_complete()
244 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) { in fw_upload_start()
333 fw_upload_priv->progress = FW_UPLOAD_PROG_IDLE; in firmware_upload_register()
392 if (fw_upload_priv->progress == FW_UPLOAD_PROG_IDLE) { in firmware_upload_unregister()
H A Dsysfs_upload.h19 FW_UPLOAD_PROG_IDLE, enumerator