Lines Matching full:restore
230 dev_err(cdev->dev, "restore block failed: %d\n", ret); in catpt_restore_memdumps()
338 /* restore basefw image */ in catpt_restore_basefw()
356 dev_err(cdev->dev, "restore block failed: %d\n", ret); in catpt_restore_basefw()
366 dev_err(cdev->dev, "restore memdumps failed: %d\n", ret); in catpt_restore_basefw()
389 /* restore module state */ in catpt_restore_module()
402 dev_err(cdev->dev, "restore block failed: %d\n", ret); in catpt_restore_module()
495 dev_err(cdev->dev, "restore module failed: %d\n", ret); in catpt_restore_firmware()
543 bool restore) in catpt_load_image() argument
570 if (restore) in catpt_load_image()
581 static int catpt_load_images(struct catpt_dev *cdev, bool restore) in catpt_load_images() argument
595 FW_SIGNATURE, restore); in catpt_load_images()
599 if (!restore) in catpt_load_images()
603 dev_err(cdev->dev, "restore streams ctx failed: %d\n", ret); in catpt_load_images()
609 int catpt_boot_firmware(struct catpt_dev *cdev, bool restore) in catpt_boot_firmware() argument
615 ret = catpt_load_images(cdev, restore); in catpt_boot_firmware()