Searched refs:fmap_read_section (Results 1 – 5 of 5) sorted by relevance
/device/google/dragon/recovery/updater/ |
D | update_fw.cpp | 61 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()
|
D | fwtool.cpp | 80 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()
|
D | vboot_interface.h | 32 void *fmap_read_section(struct flash_device *dev,
|
D | vboot_interface.c | 212 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()
|
D | flash_device.c | 145 dev->gbb = fmap_read_section(dev, "GBB", &dev->gbb_size, NULL); in flash_get_gbb()
|