Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_uc.c277 intel_uc_fw_cleanup_fetch(&uc->huc.fw); in __uc_cleanup_firmwares()
278 intel_uc_fw_cleanup_fetch(&uc->guc.fw); in __uc_cleanup_firmwares()
294 intel_uc_fw_cleanup_fetch(&huc->fw); in __uc_init()
H A Dintel_uc_fw.h235 void intel_uc_fw_cleanup_fetch(struct intel_uc_fw *uc_fw);
H A Dintel_huc.c134 intel_uc_fw_cleanup_fetch(&huc->fw); in intel_huc_init()
H A Dintel_guc.c385 intel_uc_fw_cleanup_fetch(&guc->fw); in intel_guc_init()
407 intel_uc_fw_cleanup_fetch(&guc->fw); in intel_guc_fini()
H A Dintel_uc_fw.c552 intel_uc_fw_cleanup_fetch(uc_fw); in intel_uc_fw_fini()
561 void intel_uc_fw_cleanup_fetch(struct intel_uc_fw *uc_fw) in intel_uc_fw_cleanup_fetch() function