HomeSort by relevance Sort by last modified time
    Searched refs:flash_open (Results 1 - 6 of 6) sorted by null

  /device/google/dragon/recovery/updater/
recovery_ui.cpp 51 struct flash_device *spi = flash_open("spi", NULL);
update_fw.cpp 183 img = flash_open("file", fw_file);
202 ec = flash_open("ec", NULL);
205 spi = flash_open("spi", NULL);
flash_device.h 42 struct flash_device *flash_open(const char *name, const void *params);
fwtool.cpp 40 spi = flash_open("spi", NULL);
48 ec = flash_open("ec", NULL);
flash_device.c 48 struct flash_device *flash_open(const char *name, const void *params) function
debug_ec.c 38 ec = flash_open("ec", NULL);

Completed in 187 milliseconds