OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbnv_set_flag
(Results
1 - 5
of
5
) sorted by null
/device/google/dragon/recovery/updater/
recovery_ui.cpp
57
vbnv_set_flag
(spi, "dev_boot_fastboot_full_cap", 0x1);
58
vbnv_set_flag
(spi, "recovery_reason", 0xC3);
60
vbnv_set_flag
(spi, "dev_boot_fastboot_full_cap", 0x0);
61
vbnv_set_flag
(spi, "recovery_reason", 0xC3);
vboot_interface.h
54
int
vbnv_set_flag
(struct flash_device *spi, const char *param, uint8_t value);
update_fw.cpp
131
vbnv_set_flag
(spi, "fw_try_next", try_next);
132
vbnv_set_flag
(spi, "try_count", 6);
fwtool.cpp
172
vbnv_set_flag
(reinterpret_cast<struct flash_device*>(spi), argv[1], val);
288
vbnv_set_flag
(reinterpret_cast<struct flash_device*>(spi), "boot_result",
290
vbnv_set_flag
(reinterpret_cast<struct flash_device*>(spi), "try_count", 0);
vboot_interface.c
493
int
vbnv_set_flag
(struct flash_device *spi, const char *param, uint8_t value)
function
Completed in 55 milliseconds