Home
last modified time | relevance | path

Searched refs:flash_open (Results 1 – 6 of 6) sorted by relevance

/device/google/dragon/recovery/updater/
Dupdate_fw.cpp183 img = flash_open("file", fw_file); in update_fw()
202 ec = flash_open("ec", NULL); in update_fw()
205 spi = flash_open("spi", NULL); in update_fw()
Drecovery_ui.cpp51 struct flash_device *spi = flash_open("spi", NULL); in PostWipeData()
Dflash_device.h42 struct flash_device *flash_open(const char *name, const void *params);
Dfwtool.cpp40 spi = flash_open("spi", NULL); in get_spi()
48 ec = flash_open("ec", NULL); in get_ec()
Dflash_device.c48 struct flash_device *flash_open(const char *name, const void *params) in flash_open() function
Ddebug_ec.c38 ec = flash_open("ec", NULL); in get_ec()