Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thunderbolt/
Dtb.c34 struct list_head dp_resources; member
84 list_add_tail(&port->list, &tcm->dp_resources); in tb_add_dp_resources()
100 list_for_each_entry_safe(port, tmp, &tcm->dp_resources, list) { in tb_remove_dp_resources()
113 list_for_each_entry(p, &tcm->dp_resources, list) { in tb_discover_dp_resource()
120 list_add_tail(&port->list, &tcm->dp_resources); in tb_discover_dp_resource()
880 list_for_each_entry(port, &tcm->dp_resources, list) { in tb_find_dp_out()
929 list_for_each_entry(port, &tcm->dp_resources, list) { in tb_tunnel_dp()
1070 list_for_each_entry(p, &tcm->dp_resources, list) { in tb_dp_resource_available()
1077 list_add_tail(&port->list, &tcm->dp_resources); in tb_dp_resource_available()
1097 while (!list_empty(&tcm->dp_resources)) { in tb_disconnect_and_release_dp()
[all …]