Searched refs:update_fw (Results 1 – 5 of 5) sorted by relevance
9 …ec.c flash_mtd.c flash_device.c vboot_interface.c flash_file.cpp recovery_updater.cpp update_fw.cpp20 …lash_ec.c flash_mtd.c flash_device.c vboot_interface.c flash_file.cpp recovery_ui.cpp update_fw.cpp31 …c.c flash_mtd.c flash_device.c vboot_interface.c debug_ec.c flash_file.cpp fwtool.cpp update_fw.cpp
22 int update_fw(Value *fw_file, Value *ec_file, int force);
42 res = update_fw(firmware, ec, 0); in firmware_update()
169 int update_fw(Value *fw_file, Value *ec_file, int force) in update_fw() function
133 update_fw(&mainv, &ecv, 1); in cmd_update()