Home | History | Annotate | Download | only in updater

Lines Matching refs:ec

83 static int update_recovery_fw(struct flash_device *spi, struct flash_device *ec,
99 } else { /* Update both RO & RW on SPI + EC */
103 // TODO Update EC with ec_file
104 (void)ec;
172 struct flash_device *img, *spi, *ec;
202 ec = flash_open("ec", NULL);
203 if (!ec)
213 res = update_recovery_fw(spi, ec, img, ec_file);
222 flash_close(ec);