Searched refs:extlists (Results 1 – 2 of 2) sorted by relevance
298 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists() local307 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists()323 extlists = kcalloc(2, sizeof(struct __guc_mmio_reg_descr_group), GFP_KERNEL); in guc_capture_alloc_steered_lists()324 if (!extlists) in guc_capture_alloc_steered_lists()327 if (__alloc_ext_regs(&extlists[0], list, num_tot_regs)) { in guc_capture_alloc_steered_lists()328 kfree(extlists); in guc_capture_alloc_steered_lists()332 extarray = extlists[0].extlist; in guc_capture_alloc_steered_lists()348 guc->capture->extlists = extlists; in guc_capture_alloc_steered_lists()417 struct __guc_mmio_reg_descr_group *extlists = guc->capture->extlists; in guc_capture_list_init() local435 matchext = guc_capture_get_one_ext_list(extlists, owner, type, classid); in guc_capture_list_init()[all …]
182 struct __guc_mmio_reg_descr_group *extlists; member