Searched refs:find_firmware_section (Results 1 – 7 of 7) sorted by relevance
/external/vboot_reference/futility/ |
D | updater_utils.c | 84 find_firmware_section(&fwid, image, section_name); in load_firmware_version() 305 int find_firmware_section(struct firmware_section *section, in find_firmware_section() function 328 find_firmware_section(§ion, image, section_name); in firmware_section_exists() 338 find_firmware_section(&from, image_from, section_name); in preserve_firmware_section() 339 find_firmware_section(&to, image_to, section_name); in preserve_firmware_section() 359 find_firmware_section(§ion, image, FMAP_RO_GBB); in find_gbb() 694 find_firmware_section(§ion, image, fmap_section); in overwrite_section()
|
D | updater_quirks.c | 95 find_firmware_section(&ec_ro_sec, &cfg->ec_image, "EC_RO"); in ec_ro_software_sync() 380 find_firmware_section(§ion, image, name); in quirk_clear_mrc_data() 521 find_firmware_section(&cbfs_section, &cfg->image, cbfs_region); in updater_get_cbfs_quirks()
|
D | updater_utils.h | 126 int find_firmware_section(struct firmware_section *section,
|
D | platform_csme.c | 42 if (find_firmware_section(§ion, image, FMAP_SI_DESC)) in find_fmba()
|
D | cmd_read.c | 124 if (find_firmware_section(§ion, &cfg->image_current, region)) { in read_flash_regions_to_file()
|
D | updater.c | 384 find_firmware_section(§ion, image_from, FMAP_SI_ME); in preserve_management_engine() 519 find_firmware_section(&from, image_from, section_name); in section_needs_update() 520 find_firmware_section(&to, image_to, section_name); in section_needs_update() 619 if (find_firmware_section(§ion, image, section_name) != 0) { in get_keyblock()
|
D | updater_manifest.c | 131 find_firmware_section(§ion, image, section_name); in change_section()
|