Home
last modified time | relevance | path

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

/device/google/dragon/recovery/updater/
Dupdate_fw.cpp61 content = fmap_read_section(src, name, &size, &offset); in update_partition()
152 void *rovpd = fmap_read_section(spi, "RO_VPD", &rovpd_sz, &rovpd_off); in update_ap_fw()
153 void *newvpd = fmap_read_section(img, "RO_VPD", &new_rovpd_sz, in update_ap_fw()
186 fwid = reinterpret_cast<char*>(fmap_read_section(img, "RW_FWID_A", &size, NULL)); in update_fw()
Dfwtool.cpp80 content = reinterpret_cast<char*>(fmap_read_section(dev, name, &size, &offset)); in dump_section()
206 char *cur_fwid = reinterpret_cast<char*>(fmap_read_section(dev, in sync_slots()
217 char *old_fwid = reinterpret_cast<char*>(fmap_read_section(dev, in sync_slots()
239 uint8_t *cur_section = reinterpret_cast<uint8_t*>(fmap_read_section(dev, in sync_slots()
Dvboot_interface.h32 void *fmap_read_section(struct flash_device *dev,
Dvboot_interface.c212 void *fmap_read_section(struct flash_device *dev, in fmap_read_section() function
432 nvram = fmap_read_section(spi, "RW_NVRAM", &size, &offset); in vbnv_readwrite()
Dflash_device.c145 dev->gbb = fmap_read_section(dev, "GBB", &dev->gbb_size, NULL); in flash_get_gbb()