Home
last modified time | relevance | path

Searched refs:vbnv_set_flag (Results 1 – 5 of 5) sorted by relevance

/device/google/dragon/recovery/updater/
Drecovery_ui.cpp39 vbnv_set_flag(spi, "dev_boot_fastboot_full_cap", 0x1); in PostWipeData()
40 vbnv_set_flag(spi, "recovery_reason", 0xC3); in PostWipeData()
42 vbnv_set_flag(spi, "dev_boot_fastboot_full_cap", 0x0); in PostWipeData()
43 vbnv_set_flag(spi, "recovery_reason", 0xC3); in PostWipeData()
Dfwtool.cpp169 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), argv[1], val); in cmd_vbnv_write()
285 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), "boot_result", in cmd_mark_boot()
287 vbnv_set_flag(reinterpret_cast<struct flash_device*>(spi), "try_count", 0); in cmd_mark_boot()
Dvboot_interface.h54 int vbnv_set_flag(struct flash_device *spi, const char *param, uint8_t value);
Dupdate_fw.cpp131 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()
Dvboot_interface.c502 int vbnv_set_flag(struct flash_device *spi, const char *param, uint8_t value) in vbnv_set_flag() function