Lines Matching refs:owner

207 			 u32 owner, u32 type, u32 id)
215 if (reglists[i].owner == owner && reglists[i].type == type &&
225 u32 owner, u32 type, u32 id)
233 if (reglists[i].owner == owner && reglists[i].type == type &&
288 newlist->owner = rootlist->owner;
416 guc_capture_list_init(struct intel_guc *guc, u32 owner, u32 type, u32 classid,
428 match = guc_capture_get_one_list(reglists, owner, type, classid);
439 matchext = guc_capture_get_one_ext_list(extlists, owner, type, classid);
457 guc_cap_list_num_regs(struct intel_guc_state_capture *gc, u32 owner, u32 type, u32 classid)
463 match = guc_capture_get_one_list(gc->reglists, owner, type, classid);
469 matchext = guc_capture_get_one_ext_list(gc->extlists, owner, type, classid);
477 guc_capture_getlistsize(struct intel_guc *guc, u32 owner, u32 type, u32 classid,
481 struct __guc_capture_ads_cache *cache = &gc->ads_cache[owner][type][classid];
494 if (!is_purpose_est && owner == GUC_CAPTURE_LIST_INDEX_PF &&
495 !guc_capture_get_one_list(gc->reglists, owner, type, classid)) {
505 num_regs = guc_cap_list_num_regs(gc, owner, type, classid);
518 intel_guc_capture_getlistsize(struct intel_guc *guc, u32 owner, u32 type, u32 classid,
521 return guc_capture_getlistsize(guc, owner, type, classid, size, false);
527 intel_guc_capture_getlist(struct intel_guc *guc, u32 owner, u32 type, u32 classid,
531 struct __guc_capture_ads_cache *cache = &gc->ads_cache[owner][type][classid];
551 ret = intel_guc_capture_getlistsize(guc, owner, type, classid, &size);
568 num_regs = guc_cap_list_num_regs(guc->capture, owner, type, classid);
574 guc_capture_list_init(guc, owner, type, classid, (struct guc_mmio_reg *)tmp, num_regs);
833 read += guc_capture_log_remove_dw(guc, buf, &ghdr->owner);
854 read += guc_capture_log_remove_dw(guc, buf, &hdr->owner);
1239 node->reginfo[datatype].vfid = FIELD_GET(CAP_HDR_CAPTURE_VFID, hdr.owner);
1363 guc_capture_reg_to_str(const struct intel_guc *guc, u32 owner, u32 type,
1376 match = guc_capture_get_one_list(reglists, owner, type, id);
1385 matchext = guc_capture_get_one_ext_list(extlists, owner, type, id);