Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/base/firmware_loader/
Dsysfs_upload.c14 [FW_UPLOAD_PROG_IDLE] = "idle",
77 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) in error_show()
103 if (fwlp->progress == FW_UPLOAD_PROG_IDLE) in cancel_store()
155 fwlp->progress = FW_UPLOAD_PROG_IDLE; in fw_upload_prog_complete()
245 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) { in fw_upload_start()
334 fw_upload_priv->progress = FW_UPLOAD_PROG_IDLE; in firmware_upload_register()
393 if (fw_upload_priv->progress == FW_UPLOAD_PROG_IDLE) { in firmware_upload_unregister()
Dsysfs_upload.h19 FW_UPLOAD_PROG_IDLE, enumerator