Searched refs:lists (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/i915/gt/ |
| A D | selftest_workarounds.c | 67 memset(lists, 0, sizeof(*lists)); in reference_lists_init() 71 wa_init_finish(&lists->gt_wa_list); in reference_lists_init() 1201 struct wa_lists *lists; in live_gpu_reset_workarounds() local 1207 lists = kzalloc(sizeof(*lists), GFP_KERNEL); in live_gpu_reset_workarounds() 1208 if (!lists) in live_gpu_reset_workarounds() 1216 reference_lists_init(gt, lists); in live_gpu_reset_workarounds() 1230 kfree(lists); in live_gpu_reset_workarounds() 1245 struct wa_lists *lists; in live_engine_reset_workarounds() local 1251 lists = kzalloc(sizeof(*lists), GFP_KERNEL); in live_engine_reset_workarounds() 1252 if (!lists) in live_engine_reset_workarounds() [all …]
|
| /drivers/thermal/ |
| A D | thermal_debugfs.c | 225 struct list_head *lists, int id) in thermal_debugfs_cdev_record_alloc() argument 236 &lists[cdev_record->id % CDEVSTATS_HASH_SIZE]); in thermal_debugfs_cdev_record_alloc() 243 struct list_head *lists, int id) in thermal_debugfs_cdev_record_find() argument 247 list_for_each_entry(entry, &lists[id % CDEVSTATS_HASH_SIZE], node) in thermal_debugfs_cdev_record_find() 256 struct list_head *lists, int id) in thermal_debugfs_cdev_record_get() argument 260 cdev_record = thermal_debugfs_cdev_record_find(thermal_dbg, lists, id); in thermal_debugfs_cdev_record_get() 264 return thermal_debugfs_cdev_record_alloc(thermal_dbg, lists, id); in thermal_debugfs_cdev_record_get()
|
| /drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_dl.c | 36 struct vsp1_dl_header_list lists[8]; member 580 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc() 773 struct vsp1_dl_header_list *hdr = dl->header->lists; in vsp1_dl_list_fill_header() 784 * sizeof(*dl->header->lists); in vsp1_dl_list_fill_header() 792 * sizeof(*dl->header->lists); in vsp1_dl_list_fill_header()
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_capture.c | 293 const struct __guc_mmio_reg_descr_group *lists) in guc_capture_alloc_steered_lists() argument 303 list = guc_capture_get_one_list(lists, GUC_CAPTURE_LIST_INDEX_PF, in guc_capture_alloc_steered_lists() 355 const struct __guc_mmio_reg_descr_group *lists; in guc_capture_get_device_reglist() local 358 lists = xe_lp_lists; in guc_capture_get_device_reglist() 360 lists = gen8_lists; in guc_capture_get_device_reglist() 368 guc_capture_alloc_steered_lists(guc, lists); in guc_capture_get_device_reglist() 370 return lists; in guc_capture_get_device_reglist()
|
| /drivers/media/platform/xilinx/ |
| A D | xilinx-vipp.c | 58 struct list_head *lists[] = { in xvip_graph_find_entity() local 64 for (i = 0; i < ARRAY_SIZE(lists); i++) { in xvip_graph_find_entity() 65 list_for_each_entry(asd, lists[i], asc_entry) { in xvip_graph_find_entity()
|
| /drivers/pinctrl/realtek/ |
| A D | pinctrl-rtd.h | 120 struct rtd_pin_reg_list *lists; member
|
| /drivers/clk/ |
| A D | clk.c | 3358 struct hlist_head **lists = s->private; in clk_summary_show() local 3371 for (; *lists; lists++) in clk_summary_show() 3372 hlist_for_each_entry(c, *lists, child_node) in clk_summary_show() 3423 struct hlist_head **lists = s->private; in clk_dump_show() local 3434 for (; *lists; lists++) { in clk_dump_show() 3435 hlist_for_each_entry(c, *lists, child_node) { in clk_dump_show() 4556 const struct hlist_head **lists; in clk_core_evict_parent_cache() local 4561 for (lists = all_lists; *lists; lists++) in clk_core_evict_parent_cache() 4562 hlist_for_each_entry(root, *lists, child_node) in clk_core_evict_parent_cache()
|
| /drivers/atm/ |
| A D | nicstarmac.copyright | 21 * expects the Linux ATM stack to support scatter-gather lists
|
| /drivers/gpu/drm/xe/ |
| A D | xe_guc_capture.c | 402 const struct __guc_mmio_reg_descr_group *lists = guc->capture->reglists; in guc_capture_alloc_steered_lists() local 430 list = guc_capture_get_one_list(lists, GUC_CAPTURE_LIST_INDEX_PF, in guc_capture_alloc_steered_lists()
|
| /drivers/scsi/aic7xxx/ |
| A 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
|
Completed in 36 milliseconds