Searched refs:fmap_read_from_buffer (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/flashrom/ |
H A D | fmap.c | 132 int fmap_read_from_buffer(struct fmap **fmap_out, const uint8_t *const buf, size_t len) in fmap_read_from_buffer() function 175 ret = fmap_read_from_buffer(fmap_out, buf + rom_offset, len); in fmap_lsearch_rom()
|
H A D | libflashrom.c | 444 if (fmap_read_from_buffer(&fmap, buf, size)) { in flashrom_layout_read_fmap_from_buffer()
|
H A D | cros_ec.c | 585 if (fmap_read_from_buffer(&fmap, image, flash_size)) { in parse_fmap()
|
/aosp_15_r20/external/flashrom/include/ |
H A D | fmap.h | 67 int fmap_read_from_buffer(struct fmap **fmap_out, const uint8_t *buf, size_t len);
|