Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/ !
Dtunnel.c225 if (!tb_pci_port_is_enabled(down)) in tb_tunnel_discover_pci()
271 if (!tb_pci_port_is_enabled(tunnel->dst_port)) { in tb_tunnel_discover_pci()
Dtb.h1062 bool tb_pci_port_is_enabled(struct tb_port *port);
Dswitch.c1353 return tb_pci_port_is_enabled(port); in tb_port_is_enabled()
1403 bool tb_pci_port_is_enabled(struct tb_port *port) in tb_pci_port_is_enabled() function
Dtb.c872 if (tb_pci_port_is_enabled(down)) in tb_find_pcie_down()