Home
last modified time | relevance | path

Searched refs:intel_uc_fw_cleanup_fetch (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.c318 intel_uc_fw_cleanup_fetch(&uc->gsc.fw); in __uc_cleanup_firmwares()
319 intel_uc_fw_cleanup_fetch(&uc->huc.fw); in __uc_cleanup_firmwares()
320 intel_uc_fw_cleanup_fetch(&uc->guc.fw); in __uc_cleanup_firmwares()
H A Dintel_uc_fw.h300 void intel_uc_fw_cleanup_fetch(struct intel_uc_fw *uc_fw);
H A Dintel_uc_fw.c1292 void intel_uc_fw_cleanup_fetch(struct intel_uc_fw *uc_fw) in intel_uc_fw_cleanup_fetch() function