Home
last modified time | relevance | path

Searched refs:list_for_each_entry (Results 1 – 25 of 2250) sorted by relevance

12345678910>>...90

/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/
A Dhnae3.c21 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_ae_algo_prepare()
134 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_register_client()
142 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_client()
185 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_client()
213 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_ae_algo()
237 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_algo()
264 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_ae_algo()
275 list_for_each_entry(client, &hnae3_client_list, node) in hnae3_unregister_ae_algo()
307 list_for_each_entry(ae_algo, &hnae3_ae_algo_list, node) { in hnae3_register_ae_dev()
334 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_dev()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/
A Ddisp.c78 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_fini()
88 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_fini()
115 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
120 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.base.head) in nv04_display_init()
130 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
142 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
156 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
172 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
200 list_for_each_entry(nv_crtc, &dev->mode_config.crtc_list, base.head) in nv04_display_destroy()
295 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in nv04_display_create()
[all …]
/linux-6.3-rc2/virt/lib/
A Dirqbypass.c100 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer()
107 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_register_producer()
150 list_for_each_entry(tmp, &producers, node) { in irq_bypass_unregister_producer()
154 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_unregister_producer()
196 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_register_consumer()
203 list_for_each_entry(producer, &producers, node) { in irq_bypass_register_consumer()
246 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_unregister_consumer()
250 list_for_each_entry(producer, &producers, node) { in irq_bypass_unregister_consumer()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
A Dbase.c39 list_for_each_entry(pad, &i2c->pad, head) { in nvkm_i2c_pad_find()
67 list_for_each_entry(bus, &i2c->bus, head) { in nvkm_i2c_bus_find()
80 list_for_each_entry(aux, &i2c->aux, head) { in nvkm_i2c_aux_find()
126 list_for_each_entry(aux, &i2c->aux, head) { in nvkm_i2c_intr()
146 list_for_each_entry(aux, &i2c->aux, head) { in nvkm_i2c_fini()
150 list_for_each_entry(bus, &i2c->bus, head) { in nvkm_i2c_fini()
159 list_for_each_entry(pad, &i2c->pad, head) { in nvkm_i2c_fini()
177 list_for_each_entry(pad, &i2c->pad, head) in nvkm_i2c_preinit()
179 list_for_each_entry(bus, &i2c->bus, head) in nvkm_i2c_preinit()
193 list_for_each_entry(pad, &i2c->pad, head) { in nvkm_i2c_init()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_validation.c196 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_find_bo_dup()
245 list_for_each_entry(entry, &ctx->resource_list, head) { in vmw_validation_find_res_dup()
445 list_for_each_entry(val, &ctx->resource_list, head) { in vmw_validation_res_reserve()
498 list_for_each_entry(val, &ctx->resource_list, head) { in vmw_validation_res_unreserve()
505 list_for_each_entry(val, &ctx->resource_list, head) { in vmw_validation_res_unreserve()
580 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_bo_validate()
640 list_for_each_entry(val, &ctx->resource_list, head) { in vmw_validation_res_validate()
686 list_for_each_entry(entry, &ctx->bo_list, base.head) in vmw_validation_drop_ht()
689 list_for_each_entry(val, &ctx->resource_list, head) in vmw_validation_drop_ht()
711 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_unref_lists()
[all …]
/linux-6.3-rc2/scripts/gdb/linux/
A Dgenpd.py9 from linux.lists import list_for_each_entry
53 for link in list_for_each_entry(
65 for pm_data in list_for_each_entry(genpd['dev_list'],
76 for genpd in list_for_each_entry(
/linux-6.3-rc2/arch/x86/pci/
A Di386.c64 list_for_each_entry(map, &pcibios_fwaddrmappings, list) in pcibios_fwaddrmap_lookup()
240 list_for_each_entry(child, &bus->children, node) in pcibios_allocate_bus_resources()
312 list_for_each_entry(dev, &bus->devices, bus_list) { in pcibios_allocate_resources()
346 list_for_each_entry(dev, &bus->devices, bus_list) { in pcibios_allocate_rom_resources()
360 list_for_each_entry(bus, &pci_root_buses, node) in pcibios_assign_resources()
394 list_for_each_entry(bus, &pci_root_buses, node) in pcibios_resource_survey()
397 list_for_each_entry(bus, &pci_root_buses, node) in pcibios_resource_survey()
399 list_for_each_entry(bus, &pci_root_buses, node) in pcibios_resource_survey()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dintf.c78 list_for_each_entry(dev_ctx, &priv->ctx_list, list) in mlx4_remove_device()
100 list_for_each_entry(priv, &dev_list, dev_list) { in mlx4_register_interface()
121 list_for_each_entry(priv, &dev_list, dev_list) in mlx4_unregister_interface()
167 list_for_each_entry(dev_ctx, &bond_list, bond_list) { in mlx4_do_bond()
191 list_for_each_entry(dev_ctx, &priv->ctx_list, list) in mlx4_dispatch_event()
207 list_for_each_entry(intf, &intf_list, list) in mlx4_register_device()
239 list_for_each_entry(intf, &intf_list, list) in mlx4_unregister_device()
257 list_for_each_entry(dev_ctx, &priv->ctx_list, list) in mlx4_get_protocol_dev()
/linux-6.3-rc2/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci2 /// list_for_each_entry uses its first argument to get from one element of
20 iterator name list_for_each_entry;
25 list_for_each_entry@p1(x,...) { <... x =@p2 E ...> }
35 list_for_each_entry@p1(x,...) S
47 list_for_each_entry@p1(x,...) S
/linux-6.3-rc2/drivers/gpu/host1x/
A Dbus.c200 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
211 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
300 list_for_each_entry(device, &host1x->devices, list) { in host1x_add_client()
574 list_for_each_entry(subdev, &device->active, list) in host1x_devices_show()
608 list_for_each_entry(driver, &drivers, list) in host1x_register()
632 list_for_each_entry(driver, &drivers, list) in host1x_unregister()
698 list_for_each_entry(host1x, &devices, list) in host1x_driver_register_full()
728 list_for_each_entry(host1x, &devices, list) in host1x_driver_unregister()
781 list_for_each_entry(host1x, &devices, list) { in __host1x_client_register()
814 list_for_each_entry(host1x, &devices, list) { in host1x_client_unregister()
[all …]
/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-syscfg.c37 list_for_each_entry(feat_csdev, &csdev->feature_csdev_list, node) { in cscfg_get_feat_csdev()
110 list_for_each_entry(csdev_item, &cscfg_mgr->csdev_desc_list, item) { in cscfg_add_cfg_to_csdevs()
214 list_for_each_entry(csdev_item, &cscfg_mgr->csdev_desc_list, item) { in cscfg_add_feat_to_csdevs()
229 list_for_each_entry(feat_desc, &cscfg_mgr->feat_desc_list, item) { in cscfg_match_list_feat()
330 list_for_each_entry(feat_csdev, &csdev->feature_csdev_list, node) { in cscfg_csdev_get_feat_from_desc()
360 list_for_each_entry(csdev_item, &cscfg_mgr->csdev_desc_list, item) { in cscfg_update_feat_param_val()
428 list_for_each_entry(config_desc, &cscfg_mgr->config_desc_list, item) { in cscfg_fs_unregister_cfgs_feats()
432 list_for_each_entry(feat_desc, &cscfg_mgr->feat_desc_list, item) { in cscfg_fs_unregister_cfgs_feats()
453 list_for_each_entry(csdev_item, &cscfg_mgr->csdev_desc_list, item) { in cscfg_unload_owned_cfgs_feats()
739 list_for_each_entry(feat_desc, &cscfg_mgr->feat_desc_list, item) { in cscfg_add_feats_csdev()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/top/
A Dbase.c51 list_for_each_entry(info, &top->device, head) { in nvkm_top_addr()
67 list_for_each_entry(info, &top->device, head) { in nvkm_top_reset()
83 list_for_each_entry(info, &top->device, head) { in nvkm_top_intr_mask()
98 list_for_each_entry(info, &top->device, head) { in nvkm_top_fault_id()
112 list_for_each_entry(info, &top->device, head) { in nvkm_top_fault()
/linux-6.3-rc2/drivers/acpi/
A Dnvs.c58 list_for_each_entry(region, &nvs_region_list, node) { in acpi_nvs_for_each_region()
134 list_for_each_entry(entry, &nvs_list, node) in suspend_nvs_free()
158 list_for_each_entry(entry, &nvs_list, node) { in suspend_nvs_alloc()
177 list_for_each_entry(entry, &nvs_list, node) in suspend_nvs_save()
209 list_for_each_entry(entry, &nvs_list, node) in suspend_nvs_restore()
/linux-6.3-rc2/drivers/staging/media/imx/
A Dimx-media-dev-common.c42 list_for_each_entry(sd, &imxmd->v4l2_dev.subdevs, list) { in imx_media_create_csi2_links()
51 list_for_each_entry(sd, &imxmd->v4l2_dev.subdevs, list) { in imx_media_create_csi2_links()
95 list_for_each_entry(pad_vdev, pad_vdev_list, list) { in imx_media_add_vdev_to_pad()
118 list_for_each_entry(link, &entity->links, list) { in imx_media_add_vdev_to_pad()
143 list_for_each_entry(sd, &imxmd->v4l2_dev.subdevs, list) { in imx_media_alloc_pad_vdev_lists()
172 list_for_each_entry(vdev, &imxmd->vdev_list, list) { in imx_media_create_pad_vdev_lists()
288 list_for_each_entry(pad_vdev, pad_vdev_list, list) { in imx_media_link_notify()
300 list_for_each_entry(pad_vdev, pad_vdev_list, list) { in imx_media_link_notify()
334 list_for_each_entry(pad_vdev, pad_vdev_list, list) in imx_media_notify()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dbase.c114 list_for_each_entry(outp, &disp->outps, head) { in nvkm_disp_fini()
118 list_for_each_entry(conn, &disp->conns, head) { in nvkm_disp_fini()
133 list_for_each_entry(conn, &disp->conns, head) { in nvkm_disp_init()
137 list_for_each_entry(outp, &disp->outps, head) { in nvkm_disp_init()
150 list_for_each_entry(ior, &disp->iors, head) { in nvkm_disp_init()
236 list_for_each_entry(pair, &disp->outps, head) { in nvkm_disp_oneinit()
256 list_for_each_entry(conn, &disp->conns, head) { in nvkm_disp_oneinit()
288 list_for_each_entry(outp, &disp->outps, head) { in nvkm_disp_oneinit()
299 list_for_each_entry(head, &disp->heads, head) in nvkm_disp_oneinit()
/linux-6.3-rc2/drivers/pci/hotplug/
A Dibmphp_ebda.c113 list_for_each_entry(ptr, &bus_info_head, bus_info_list) { in print_bus_info()
134 list_for_each_entry(ptr, &rio_lo_head, rio_detail_list) { in print_lo_info()
149 list_for_each_entry(ptr, &rio_vg_head, rio_detail_list) { in print_vg_info()
174 list_for_each_entry(ptr, &ibmphp_slot_head, ibm_slot_list) { in print_ibm_slot()
183 list_for_each_entry(ptr, &opt_vg_head, opt_rio_list) { in print_opt_vg()
196 list_for_each_entry(hpc_ptr, &ebda_hpc_head, ebda_hpc_list) { in print_ebda_hpc()
449 list_for_each_entry(ptr, &opt_vg_head, opt_rio_list) { in search_opt_vg()
487 list_for_each_entry(ptr, &opt_lo_head, opt_rio_lo_list) { in search_opt_lo()
1010 list_for_each_entry(ptr, &bus_info_head, bus_info_list) { in ibmphp_find_same_bus_num()
1024 list_for_each_entry(ptr, &bus_info_head, bus_info_list) { in ibmphp_get_bus_index()
[all …]
A Dacpiphp_glue.c278 list_for_each_entry(slot, &bridge->slots, node) in acpiphp_add_context()
344 list_for_each_entry(slot, &bridge->slots, node) { in cleanup_bridge()
386 list_for_each_entry(tmp, &bus->children, node) { in acpiphp_max_busnr()
398 list_for_each_entry(func, &slot->funcs, sibling) { in acpiphp_set_acpi_region()
422 list_for_each_entry(func, &slot->funcs, sibling) { in check_hotplug_bridge()
434 list_for_each_entry(func, &slot->funcs, sibling) { in acpiphp_rescan_slot()
536 list_for_each_entry(func, &slot->funcs, sibling) { in enable_slot()
569 list_for_each_entry(func, &slot->funcs, sibling) in disable_slot()
708 list_for_each_entry(slot, &bridge->slots, node) { in acpiphp_check_bridge()
969 list_for_each_entry(bridge, &bridge_list, list) in acpiphp_remove_slots()
[all …]
/linux-6.3-rc2/drivers/soundwire/
A Dstream.c274 list_for_each_entry(s_rt, &m_rt->slave_rt_list, m_rt_node) { in sdw_program_port_params()
275 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in sdw_program_port_params()
283 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in sdw_program_port_params()
382 list_for_each_entry(s_rt, &m_rt->slave_rt_list, m_rt_node) { in sdw_enable_disable_ports()
383 list_for_each_entry(s_port, &s_rt->port_list, port_node) { in sdw_enable_disable_ports()
392 list_for_each_entry(m_port, &m_rt->port_list, port_node) { in sdw_enable_disable_ports()
557 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in sdw_prep_deprep_ports()
566 list_for_each_entry(p_rt, &m_rt->port_list, port_node) { in sdw_prep_deprep_ports()
634 list_for_each_entry(m_rt, &bus->m_rt_list, bus_node) { in sdw_program_params()
980 list_for_each_entry(p_rt, &s_rt->port_list, port_node) { in sdw_slave_port_config()
[all …]
/linux-6.3-rc2/drivers/usb/core/
A Dphy.c89 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_init()
116 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_exit()
138 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_set_mode()
165 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_calibrate()
186 list_for_each_entry(roothub_entry, head, list) { in usb_phy_roothub_power_on()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.c58 list_for_each_entry(top_dev, &topology_device_list, list) in kfd_topology_device_by_proximity_domain_no_lock()
614 list_for_each_entry(cache, &dev->cache_props, list) in kfd_remove_sysfs_node_entry()
626 list_for_each_entry(mem, &dev->mem_props, list) in kfd_remove_sysfs_node_entry()
637 list_for_each_entry(perf, &dev->perf_props, list) { in kfd_remove_sysfs_node_entry()
728 list_for_each_entry(mem, &dev->mem_props, list) { in kfd_build_sysfs_node_entry()
813 list_for_each_entry(perf, &dev->perf_props, list) { in kfd_build_sysfs_node_entry()
995 list_for_each_entry(mem, &kdev->mem_props, list) { in find_system_memory()
1039 list_for_each_entry(dev, device_list, list) { in kfd_is_acpi_crat_invalid()
1212 list_for_each_entry(mem, &dev->mem_props, list) in kfd_assign_gpu()
1253 list_for_each_entry(mem, &dev->mem_props, list) in kfd_fill_mem_clk_max_info()
[all …]
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda-mlink.c55 list_for_each_entry(hlink, &bus->hlink_list, list) in hda_bus_ml_put_all()
64 list_for_each_entry(hlink, &bus->hlink_list, list) in hda_bus_ml_reset_losidv()
74 list_for_each_entry(hlink, &bus->hlink_list, list) { in hda_bus_ml_resume()
/linux-6.3-rc2/drivers/pnp/
A Dquirks.c59 list_for_each_entry(option, &dev->options, list) { in quirk_awe32_resources()
75 list_for_each_entry(option, &dev->options, list) { in quirk_cmi8330_resources()
114 list_for_each_entry(option, &dev->options, list) { in quirk_sb16audio_resources()
145 list_for_each_entry(option, &dev->options, list) { in pnp_clone_dependent_set()
155 list_for_each_entry(option, &dev->options, list) { in pnp_clone_dependent_set()
214 list_for_each_entry(option, &dev->options, list) { in quirk_ad1815_mpu_resources()
315 list_for_each_entry(pnp_res, &dev->resources, list) { in quirk_amd_mmconfig_area()
398 list_for_each_entry(pnp_res, &dev->resources, list) { in quirk_intel_mch()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Daldebaran.c55 list_for_each_entry(handler, &reset_ctl->reset_handlers, in aldebaran_get_reset_handler()
63 list_for_each_entry(handler, &reset_ctl->reset_handlers, in aldebaran_get_reset_handler()
128 list_for_each_entry(handler, &reset_ctl->reset_handlers, in aldebaran_async_reset()
166 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset()
174 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset()
192 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset()
202 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset()
348 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_restore_hwcontext()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_encoders.c59 list_for_each_entry(clone_encoder, &dev->mode_config.encoder_list, head) { in radeon_encoder_clones()
79 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in radeon_setup_encoder_clones()
215 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { in radeon_link_encoder_connector()
217 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in radeon_link_encoder_connector()
234 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { in radeon_encoder_set_active_device()
253 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { in radeon_get_connector_for_encoder()
269 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { in radeon_get_connector_for_encoder_init()
287 list_for_each_entry(other_encoder, &dev->mode_config.encoder_list, head) { in radeon_get_external_encoder()
/linux-6.3-rc2/net/bridge/
A Dbr_mst.c42 list_for_each_entry(v, &vg->vlan_list, vlist) { in br_mst_get_info()
65 list_for_each_entry(v, &vg->vlan_list, vlist) { in br_mst_get_state()
118 list_for_each_entry(v, &vg->vlan_list, vlist) { in br_mst_set_state()
133 list_for_each_entry(v, &vg->vlan_list, vlist) { in br_mst_vlan_sync_state()
172 list_for_each_entry(p, &mv->br->port_list, list) { in br_mst_vlan_set_msti()
206 list_for_each_entry(p, &br->port_list, list) { in br_mst_set_enabled()
267 list_for_each_entry(v, &vg->vlan_list, vlist) { in br_mst_fill_info()

Completed in 56 milliseconds

12345678910>>...90