Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtunnel.c94 if (tb_port_is_pcie_up(tunnel->dst_port)) in tb_pci_activate()
179 if (!tb_port_is_pcie_up(tunnel->dst_port)) { in tb_tunnel_discover_pci()
H A Ddebugfs.c316 if (tb_port_is_pcie_down(port) || tb_port_is_pcie_up(port)) { in port_cap_show()
H A Dtb.h483 static inline bool tb_port_is_pcie_up(const struct tb_port *port) in tb_port_is_pcie_up() function