Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c556 uc_fw->file_wanted.ver.major += 1; in __force_fw_fetch_failures()
557 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
567 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
576 uc_fw->file_wanted.ver.major = 0; in __force_fw_fetch_failures()
577 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures()
934 memcpy(&uc_fw->file_wanted, &file_ideal, sizeof(uc_fw->file_wanted)); in intel_uc_fw_fetch()
960 memcpy(&uc_fw->file_wanted, &file_ideal, sizeof(uc_fw->file_wanted)); in intel_uc_fw_fetch()
964 uc_fw->file_wanted.path, in intel_uc_fw_fetch()
965 uc_fw->file_wanted.ver.major, in intel_uc_fw_fetch()
966 uc_fw->file_wanted.ver.minor, in intel_uc_fw_fetch()
[all …]
H A Dintel_gsc_uc.c335 if (gsc->fw.file_selected.path != gsc->fw.file_wanted.path) in intel_gsc_uc_load_status()
336 drm_printf(p, "GSC firmware wanted: %s\n", gsc->fw.file_wanted.path); in intel_gsc_uc_load_status()
345 gsc->fw.file_wanted.ver.major, gsc->fw.file_wanted.ver.minor); in intel_gsc_uc_load_status()
H A Dintel_uc_fw.h96 struct intel_uc_fw_file file_wanted; member
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1032 kfree(uc->guc_fw.file_wanted.path); in cleanup_uc()
1033 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()
1748 error_uc->guc_fw.file_wanted.path = kstrdup(uc->guc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
1749 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
/linux-6.15/fs/ceph/
H A Dcaps.c2016 int file_wanted, used, cap_used; in ceph_check_caps() local
2039 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
2053 want = file_wanted; in ceph_check_caps()
2056 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
2058 if (file_wanted) { in ceph_check_caps()
2090 inode, ceph_vinop(inode), ceph_cap_string(file_wanted), in ceph_check_caps()
2264 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()