Lines Matching full:tunnels
45 list_for_each_entry(__tunnel, &(__group)->tunnels, node)
176 struct list_head tunnels; member
178 /* available BW including the allocated_bw of all tunnels in the group */
321 * tunnels. in lookup_or_alloc_group()
342 * (* standing for all DP-Adapters/tunnels in the group). in lookup_or_alloc_group()
355 if (drm_WARN_ON(mgr->dev, !list_empty(&group->tunnels))) in free_group()
377 if (list_empty(&group->tunnels)) in free_tunnel()
465 list_add(&tunnel->node, &group->tunnels); in add_tunnel_to_group()
1356 * tunnels in @tunnel's group. The available BW is valid only after the BW
1593 INIT_LIST_HEAD(&group->tunnels); in init_group()
1615 "[DPTUN %s]: conflicting stream IDs %x (IDs in other tunnels %x)\n", in check_unique_stream_ids()
1881 drm_WARN_ON(mgr->dev, !list_empty(&mgr->groups[i].tunnels)); in destroy_mgr()