Searched refs:lists (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/i915/gt/ |
D | selftest_workarounds.c | 61 reference_lists_init(struct intel_gt *gt, struct wa_lists *lists) in reference_lists_init() argument 66 memset(lists, 0, sizeof(*lists)); in reference_lists_init() 68 wa_init_start(&lists->gt_wa_list, "GT_REF", "global"); in reference_lists_init() 69 gt_init_workarounds(gt->i915, &lists->gt_wa_list); in reference_lists_init() 70 wa_init_finish(&lists->gt_wa_list); in reference_lists_init() 73 struct i915_wa_list *wal = &lists->engine[id].wa_list; in reference_lists_init() 80 &lists->engine[id].ctx_wa_list, in reference_lists_init() 86 reference_lists_fini(struct intel_gt *gt, struct wa_lists *lists) in reference_lists_fini() argument 92 intel_wa_list_free(&lists->engine[id].wa_list); in reference_lists_fini() 94 intel_wa_list_free(&lists->gt_wa_list); in reference_lists_fini() [all …]
|
/drivers/staging/media/atomisp/i2c/ |
D | Kconfig | 31 tristate "Helper library to load, parse and apply large register lists." 35 and apply large register lists.
|
/drivers/media/platform/vsp1/ |
D | vsp1_dl.c | 35 struct vsp1_dl_header_list lists[8]; member 573 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc() 754 struct vsp1_dl_header_list *hdr = dl->header->lists; in vsp1_dl_list_fill_header() 765 * sizeof(*dl->header->lists); in vsp1_dl_list_fill_header() 773 * sizeof(*dl->header->lists); in vsp1_dl_list_fill_header()
|
/drivers/clk/ |
D | clk.c | 3079 struct hlist_head **lists = (struct hlist_head **)s->private; in clk_summary_show() local 3087 for (; *lists; lists++) in clk_summary_show() 3088 hlist_for_each_entry(c, *lists, child_node) in clk_summary_show() 3138 struct hlist_head **lists = (struct hlist_head **)s->private; in clk_dump_show() local 3143 for (; *lists; lists++) { in clk_dump_show() 3144 hlist_for_each_entry(c, *lists, child_node) { in clk_dump_show() 4160 struct hlist_head **lists; in clk_core_evict_parent_cache() local 4165 for (lists = all_lists; *lists; lists++) in clk_core_evict_parent_cache() 4166 hlist_for_each_entry(root, *lists, child_node) in clk_core_evict_parent_cache()
|
/drivers/atm/ |
D | nicstarmac.copyright | 21 * expects the Linux ATM stack to support scatter-gather lists
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3723 * tail pointers into lists of SCBs sorted by "other-id". 4241 * way we handle our scatter gather lists. The driver implements
|