Home | History | Annotate | Download | only in updater

Lines Matching refs:ec

35 static void *ec;
47 if (!ec)
48 ec = flash_open("ec", NULL);
50 return ec;
106 char *ec = fdt_read_string("active-ec-firmware");
111 printf("EC: %s\n", ec);
117 free(ec);
128 printf("Updating using images main:%s and ec:%s ...\n", argv[1], argv[2]);
312 SUBCMDS(ec, "Send commands directly to the EC"),
375 if (ec)
376 flash_close(reinterpret_cast<struct flash_device*>(ec));