Searched refs:vbnv_set_flag (Results 1 – 5 of 5) sorted by relevance
/device/google/dragon/recovery/updater/ |
D | recovery_ui.cpp | 57 vbnv_set_flag(spi, "dev_boot_fastboot_full_cap", 0x1); in PostWipeData() 58 vbnv_set_flag(spi, "recovery_reason", 0xC3); in PostWipeData() 60 vbnv_set_flag(spi, "dev_boot_fastboot_full_cap", 0x0); in PostWipeData() 61 vbnv_set_flag(spi, "recovery_reason", 0xC3); in PostWipeData()
|
D | fwtool.cpp | 172 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), argv[1], val); in cmd_vbnv_write() 288 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), "boot_result", in cmd_mark_boot() 290 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), "try_count", 0); in cmd_mark_boot()
|
D | update_fw.cpp | 131 vbnv_set_flag(spi, "fw_try_next", try_next); in update_rw_fw() 132 vbnv_set_flag(spi, "try_count", 6); in update_rw_fw()
|
D | vboot_interface.h | 54 int vbnv_set_flag(struct flash_device *spi, const char *param, uint8_t value);
|
D | vboot_interface.c | 493 int vbnv_set_flag(struct flash_device *spi, const char *param, uint8_t value) in vbnv_set_flag() function
|