Searched refs:reglists (Results 1 – 2 of 2) sorted by relevance
206 guc_capture_get_one_list(const struct __guc_mmio_reg_descr_group *reglists, in guc_capture_get_one_list() argument211 if (!reglists) in guc_capture_get_one_list()214 for (i = 0; reglists[i].list; ++i) { in guc_capture_get_one_list()215 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_list()216 (reglists[i].engine == id || reglists[i].type == GUC_CAPTURE_LIST_TYPE_GLOBAL)) in guc_capture_get_one_list()217 return ®lists[i]; in guc_capture_get_one_list()224 guc_capture_get_one_ext_list(struct __guc_mmio_reg_descr_group *reglists, in guc_capture_get_one_ext_list() argument229 if (!reglists) in guc_capture_get_one_ext_list()232 for (i = 0; reglists[i].extlist; ++i) { in guc_capture_get_one_ext_list()233 if (reglists[i].owner == owner && reglists[i].type == type && in guc_capture_get_one_ext_list()[all …]
174 const struct __guc_mmio_reg_descr_group *reglists; member