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

/linux-master/drivers/base/firmware_loader/
H A Dsysfs_upload.h11 * @FW_UPLOAD_PROG_IDLE: there is no firmware upload in progress
19 FW_UPLOAD_PROG_IDLE, enumerator in enum:fw_upload_prog
H A Dsysfs_upload.c14 [FW_UPLOAD_PROG_IDLE] = "idle",
77 if (fwlp->progress != FW_UPLOAD_PROG_IDLE)
103 if (fwlp->progress == FW_UPLOAD_PROG_IDLE)
155 fwlp->progress = FW_UPLOAD_PROG_IDLE;
245 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) {
334 fw_upload_priv->progress = FW_UPLOAD_PROG_IDLE;
393 if (fw_upload_priv->progress == FW_UPLOAD_PROG_IDLE) {

Completed in 78 milliseconds