Searched refs:extlists (Results 1 – 2 of 2) sorted by relevance
302 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists() local311 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists()327 extlists = kcalloc(2, sizeof(struct __guc_mmio_reg_descr_group), GFP_KERNEL); in guc_capture_alloc_steered_lists()328 if (!extlists) in guc_capture_alloc_steered_lists()331 if (__alloc_ext_regs(&extlists[0], list, num_tot_regs)) { in guc_capture_alloc_steered_lists()332 kfree(extlists); in guc_capture_alloc_steered_lists()336 extarray = extlists[0].extlist; in guc_capture_alloc_steered_lists()352 guc->capture->extlists = extlists; in guc_capture_alloc_steered_lists()421 struct __guc_mmio_reg_descr_group *extlists = guc->capture->extlists; in guc_capture_list_init() local439 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