Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Ddomain.c775 if (!tb->cm_ops->disconnect_pcie_paths) in tb_domain_disconnect_pcie_paths()
778 return tb->cm_ops->disconnect_pcie_paths(tb); in tb_domain_disconnect_pcie_paths()
Dicm.c2363 .disconnect_pcie_paths = icm_disconnect_pcie_paths,
2385 .disconnect_pcie_paths = icm_disconnect_pcie_paths,
2407 .disconnect_pcie_paths = icm_disconnect_pcie_paths,
Dtb.h486 int (*disconnect_pcie_paths)(struct tb *tb); member