Symbol: guc_capture_get_one_list
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
1372
match = guc_capture_get_one_list(reglists, owner, type, id);
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
303
list = guc_capture_get_one_list(lists, GUC_CAPTURE_LIST_INDEX_PF,
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
424
match = guc_capture_get_one_list(reglists, owner, type, classid);
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
459
match = guc_capture_get_one_list(gc->reglists, owner, type, classid);
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c
491
!guc_capture_get_one_list(gc->reglists, owner, type, classid)) {
drivers/gpu/drm/xe/xe_guc_capture.c
1530
match = guc_capture_get_one_list(guc->capture->reglists, i, j, k);
drivers/gpu/drm/xe/xe_guc_capture.c
1534
match = guc_capture_get_one_list(guc->capture->extlists, i, j, k);
drivers/gpu/drm/xe/xe_guc_capture.c
357
return guc_capture_get_one_list(reglists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
454
list = guc_capture_get_one_list(lists, GUC_CAPTURE_LIST_INDEX_PF,
drivers/gpu/drm/xe/xe_guc_capture.c
521
match = guc_capture_get_one_list(reglists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
533
match = guc_capture_get_one_list(extlists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
558
match = guc_capture_get_one_list(guc->capture->reglists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
562
match = guc_capture_get_one_list(guc->capture->extlists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
608
!guc_capture_get_one_list(gc->reglists, owner, type, capture_class)) {