Searched refs:lists (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/i915/gt/ |
D | selftest_workarounds.c | 37 reference_lists_init(struct drm_i915_private *i915, struct wa_lists *lists) in reference_lists_init() argument 42 memset(lists, 0, sizeof(*lists)); in reference_lists_init() 44 wa_init_start(&lists->gt_wa_list, "GT_REF", "global"); in reference_lists_init() 45 gt_init_workarounds(i915, &lists->gt_wa_list); in reference_lists_init() 46 wa_init_finish(&lists->gt_wa_list); in reference_lists_init() 49 struct i915_wa_list *wal = &lists->engine[id].wa_list; in reference_lists_init() 56 &lists->engine[id].ctx_wa_list, in reference_lists_init() 62 reference_lists_fini(struct drm_i915_private *i915, struct wa_lists *lists) in reference_lists_fini() argument 68 intel_wa_list_free(&lists->engine[id].wa_list); in reference_lists_fini() 70 intel_wa_list_free(&lists->gt_wa_list); in reference_lists_fini() [all …]
|
/drivers/media/platform/vsp1/ |
D | vsp1_dl.c | 35 struct vsp1_dl_header_list lists[8]; member 571 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc() 752 struct vsp1_dl_header_list *hdr = dl->header->lists; in vsp1_dl_list_fill_header() 763 * sizeof(*dl->header->lists); in vsp1_dl_list_fill_header() 771 * sizeof(*dl->header->lists); in vsp1_dl_list_fill_header()
|
/drivers/clk/ |
D | clk.c | 2983 struct hlist_head **lists = (struct hlist_head **)s->private; in clk_summary_show() local 2991 for (; *lists; lists++) in clk_summary_show() 2992 hlist_for_each_entry(c, *lists, child_node) in clk_summary_show() 3039 struct hlist_head **lists = (struct hlist_head **)s->private; in clk_dump_show() local 3044 for (; *lists; lists++) { in clk_dump_show() 3045 hlist_for_each_entry(c, *lists, child_node) { in clk_dump_show() 3915 struct hlist_head **lists; in clk_core_evict_parent_cache() local 3920 for (lists = all_lists; *lists; lists++) in clk_core_evict_parent_cache() 3921 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/staging/wusbcore/Documentation/ |
D | wusb-design-overview.rst | 49 4. Device lists 249 Device lists
|
/drivers/staging/speakup/ |
D | spkguide.txt | 925 speakupmap.map lists the key mappings for these two commands as follows: 979 The following section lists all of these files, along with a brief description 1378 G. Preserve in that license notice the full lists of Invariant Sections
|
/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
|