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
1524
match = guc_capture_get_one_list(guc->capture->reglists, i, j, k);
drivers/gpu/drm/xe/xe_guc_capture.c
1528
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
515
match = guc_capture_get_one_list(reglists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
527
match = guc_capture_get_one_list(extlists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
552
match = guc_capture_get_one_list(guc->capture->reglists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
556
match = guc_capture_get_one_list(guc->capture->extlists, owner, type, capture_class);
drivers/gpu/drm/xe/xe_guc_capture.c
602
!guc_capture_get_one_list(gc->reglists, owner, type, capture_class)) {