Searched refs:file_wanted (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc_fw.c | 313 uc_fw->file_wanted.path = blob->path; in __uc_fw_auto_select() 314 uc_fw->file_wanted.ver.major = blob->major; in __uc_fw_auto_select() 315 uc_fw->file_wanted.ver.minor = blob->minor; in __uc_fw_auto_select() 316 uc_fw->file_wanted.ver.patch = blob->patch; in __uc_fw_auto_select() 540 uc_fw->file_wanted.ver.major += 1; in __force_fw_fetch_failures() 541 uc_fw->file_wanted.ver.minor = 0; in __force_fw_fetch_failures() 545 uc_fw->file_wanted.ver.minor += 1; in __force_fw_fetch_failures() 547 } else if (uc_fw->file_wanted.ver.major && in __force_fw_fetch_failures() 550 uc_fw->file_wanted.ver.major -= 1; in __force_fw_fetch_failures() 551 uc_fw->file_wanted in __force_fw_fetch_failures() [all...] |
H A D | intel_gsc_uc.c | 337 if (gsc->fw.file_selected.path != gsc->fw.file_wanted.path) in intel_gsc_uc_load_status() 338 drm_printf(p, "GSC firmware wanted: %s\n", gsc->fw.file_wanted.path); in intel_gsc_uc_load_status() 347 gsc->fw.file_wanted.ver.major, gsc->fw.file_wanted.ver.minor); in intel_gsc_uc_load_status()
|
H A D | intel_uc_fw.h | 96 struct intel_uc_fw_file file_wanted; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 1036 kfree(uc->guc_fw.file_wanted.path); in cleanup_uc() 1037 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc() 1732 error_uc->guc_fw.file_wanted.path = kstrdup(uc->guc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc() 1733 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 1932 int file_wanted, used, cap_used; in ceph_check_caps() local 1950 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps() 1964 want = file_wanted; in ceph_check_caps() 1967 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps() 1969 if (file_wanted) { in ceph_check_caps() 2001 ceph_cap_string(file_wanted), in ceph_check_caps() 2193 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 1975 int file_wanted, used, cap_used; in ceph_check_caps() local 1998 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps() 2012 want = file_wanted; in ceph_check_caps() 2015 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps() 2017 if (file_wanted) { in ceph_check_caps() 2049 ceph_cap_string(file_wanted), in ceph_check_caps() 2217 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()
|
Completed in 24 milliseconds