| /include/media/ |
| A D | media-device.h | 383 list_for_each_entry(entity, &(mdev)->entities, graph_obj.list) 387 list_for_each_entry(intf, &(mdev)->interfaces, graph_obj.list) 391 list_for_each_entry(pad, &(mdev)->pads, graph_obj.list) 395 list_for_each_entry(link, &(mdev)->links, graph_obj.list)
|
| A D | v4l2-device.h | 271 list_for_each_entry(sd, &(v4l2_dev)->subdevs, list) 295 list_for_each_entry((sd), &(v4l2_dev)->subdevs, list) \ 354 list_for_each_entry((sd), &(v4l2_dev)->subdevs, list) { \ 530 list_for_each_entry(__sd, &(v4l2_dev)->subdevs, list) { \ 558 list_for_each_entry(__sd, &(v4l2_dev)->subdevs, list) { \
|
| A D | v4l2-mem2mem.h | 702 list_for_each_entry(b, &m2m_ctx->cap_q_ctx.rdy_queue, list) 711 list_for_each_entry(b, &m2m_ctx->out_q_ctx.rdy_queue, list)
|
| /include/linux/ |
| A D | damon.h | 823 list_for_each_entry(r, &t->regions_list, list) 832 list_for_each_entry(t, &(ctx)->adaptive_targets, list) 838 list_for_each_entry(s, &(ctx)->schemes, list) 844 list_for_each_entry(goal, "a->goals, list) 850 list_for_each_entry(f, &(scheme)->filters, list) 856 list_for_each_entry(f, &(scheme)->ops_filters, list)
|
| A D | plist.h | 143 list_for_each_entry(pos, &(head)->node_list, node_list) 173 list_for_each_entry(pos, &(head)->node_list, mem.node_list)
|
| A D | livepatch.h | 182 list_for_each_entry(obj, &patch->obj_list, node) 193 list_for_each_entry(func, &obj->func_list, node)
|
| A D | resource_ext.h | 64 list_for_each_entry((entry), (list), node)
|
| A D | pnp.h | 224 list_for_each_entry(card, &pnp_cards, global_list) 277 #define pnp_for_each_dev(dev) list_for_each_entry(dev, &pnp_global, global_list) 279 list_for_each_entry(dev, &(card)->devices, card_list) 434 list_for_each_entry(card, &(protocol)->cards, protocol_list) 436 list_for_each_entry(dev, &(protocol)->devices, protocol_list)
|
| A D | virtio.h | 202 list_for_each_entry(vq, &(vdev)->vqs, list)
|
| A D | filelock.h | 423 #define for_each_file_lock(_fl, _head) list_for_each_entry(_fl, _head, c.flc_list)
|
| /include/drm/ |
| A D | drm_encoder.h | 333 list_for_each_entry((encoder), &(dev)->mode_config.encoder_list, head) \ 344 list_for_each_entry(encoder, &(dev)->mode_config.encoder_list, head)
|
| A D | drm_plane.h | 966 list_for_each_entry((plane), &(dev)->mode_config.plane_list, head) \ 979 list_for_each_entry(plane, &(dev)->mode_config.plane_list, head) \ 990 list_for_each_entry(plane, &(dev)->mode_config.plane_list, head)
|
| A D | drm_gpuvm.h | 490 list_for_each_entry(va__, &(gpuvm__)->rb.list, rb.entry) 772 list_for_each_entry(va__, &(vm_bo)->list.gpuva, gem.entry) 1000 #define drm_gpuva_for_each_op(op, ops) list_for_each_entry(op, &(ops)->list, entry)
|
| A D | drm_mm.h | 364 list_for_each_entry(entry, drm_mm_nodes(mm), node_list)
|
| A D | drm_crtc.h | 1312 list_for_each_entry(crtc, &(dev)->mode_config.crtc_list, head)
|
| A D | drm_gem.h | 645 list_for_each_entry(entry__, &(obj__)->gpuva.list, list.entry.gem)
|
| /include/net/tc_act/ |
| A D | tc_gate.h | 111 list_for_each_entry(entry, &p->entries, list) in tcf_gate_get_list() 122 list_for_each_entry(entry, &p->entries, list) { in tcf_gate_get_list()
|
| /include/sound/ |
| A D | soc-dpcm.h | 107 list_for_each_entry(_dpcm, &(be)->dpcm[stream].fe_clients, list_fe) 110 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
|
| A D | soc.h | 1096 list_for_each_entry(rtd, &(card)->rtd_list, list) 1101 list_for_each_entry(component, &card->aux_comp_list, card_aux_list) 1107 list_for_each_entry(component, &(card)->component_dev_list, card_list) 1110 list_for_each_entry(dapm, &card->dapm_list, list) 1113 list_for_each_entry(w, &card->widgets, list)
|
| /include/net/ |
| A D | dsa.h | 174 list_for_each_entry((_dp), &(_dst)->ports, list) \ 178 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 517 list_for_each_entry(dp, &dst->ports, list) in dsa_to_port() 571 list_for_each_entry((_dp), &(_dst)->ports, list) \ 579 list_for_each_entry((_dp), &(_dst)->ports, list) \ 583 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \ 642 list_for_each_entry(dl, &dst->rtable, list) in dsa_routing_port() 812 list_for_each_entry(dp, &dst->ports, list) in dsa_tree_offloads_bridge_port() 826 list_for_each_entry(dp, &dst->ports, list) in dsa_tree_offloads_bridge_dev()
|
| A D | fq_impl.h | 184 list_for_each_entry(tin, &fq->tin_backlog, tin_list) { in fq_find_fattest_flow() 283 list_for_each_entry(flow, &tin->new_flows, flowchain) in fq_tin_filter() 285 list_for_each_entry(flow, &tin->old_flows, flowchain) in fq_tin_filter()
|
| A D | net_namespace.h | 426 list_for_each_entry(VAR, &net_namespace_list, list)
|
| /include/net/sctp/ |
| A D | auth.h | 57 list_for_each_entry(__key, __list_head, key_list)
|
| /include/linux/usb/ |
| A D | gadget_configfs.h | 66 list_for_each_entry(gs, &gi->string_list, list) { \
|
| /include/linux/i3c/ |
| A D | master.h | 548 list_for_each_entry(dev, &(bus)->devs.i2c, common.node) 559 list_for_each_entry(dev, &(bus)->devs.i3c, common.node)
|