Home
last modified time | relevance | path

Searched refs:dp_resources (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/thunderbolt/
Dtb.c36 struct list_head dp_resources; member
193 list_add_tail(&port->list, &tcm->dp_resources); in tb_add_dp_resources()
209 list_for_each_entry_safe(port, tmp, &tcm->dp_resources, list) { in tb_remove_dp_resources()
222 list_for_each_entry(p, &tcm->dp_resources, list) { in tb_discover_dp_resource()
229 list_add_tail(&port->list, &tcm->dp_resources); in tb_discover_dp_resource()
1256 list_for_each_entry(port, &tcm->dp_resources, list) { in tb_find_dp_out()
1305 list_for_each_entry(port, &tcm->dp_resources, list) { in tb_tunnel_dp()
1454 list_for_each_entry(p, &tcm->dp_resources, list) { in tb_dp_resource_available()
1461 list_add_tail(&port->list, &tcm->dp_resources); in tb_dp_resource_available()
1481 while (!list_empty(&tcm->dp_resources)) { in tb_disconnect_and_release_dp()
[all …]