Searched refs:dp_resources (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.c | 59 struct list_head dp_resources; member 216 list_add_tail(&port->list, &tcm->dp_resources); in tb_add_dp_resources() 232 list_for_each_entry_safe(port, tmp, &tcm->dp_resources, list) { in tb_remove_dp_resources() 245 list_for_each_entry(p, &tcm->dp_resources, list) { in tb_discover_dp_resource() 252 list_add_tail(&port->list, &tcm->dp_resources); in tb_discover_dp_resource() 1709 list_for_each_entry(port, &tcm->dp_resources, list) { in tb_find_dp_out() 1867 list_for_each_entry(port, &tcm->dp_resources, list) { in tb_tunnel_dp() 2002 list_for_each_entry(p, &tcm->dp_resources, list) { in tb_dp_resource_available() 2009 list_add_tail(&port->list, &tcm->dp_resources); in tb_dp_resource_available() 2030 while (!list_empty(&tcm->dp_resources)) { in tb_disconnect_and_release_dp() [all …]
|