Home
last modified time | relevance | path

Searched refs:fsp_hob_iterator_get_next_guid_resource (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/
H A Dhand_off_block.c167 enum cb_err fsp_hob_iterator_get_next_guid_resource(const struct hob_header **hob_iterator, in fsp_hob_iterator_get_next_guid_resource() function
223 if (fsp_hob_iterator_get_next_guid_resource(&hob_iterator, guid, &fsp_mem) != CB_SUCCESS) { in fsp_find_range_hob()
261 if (fsp_hob_iterator_get_next_guid_resource(&hob_iterator, guid, &res_hob) == CB_SUCCESS) in fsp_find_resource_hob_by_guid()
/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/include/fsp/
H A Dutil.h143 enum cb_err fsp_hob_iterator_get_next_guid_resource(const struct hob_header **hob_iterator,