Searched refs:tb_pci_port_active (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/thunderbolt/
H A Dtunnel_pci.c143 * tb_pci_port_active() - activate/deactivate PCI capability
147 static int tb_pci_port_active(struct tb_port *port, bool active) tb_pci_port_active() function
176 res = tb_pci_port_active(tunnel->down_port, true); tb_pci_restart()
180 res = tb_pci_port_active(tunnel->up_port, true); tb_pci_restart()
224 tb_pci_port_active(tunnel->up_port, false); tb_pci_deactivate()
225 tb_pci_port_active(tunnel->down_port, false); tb_pci_deactivate()

Completed in 120 milliseconds