Lines Matching defs:enable
676 static int __tb_port_enable(struct tb_port *port, bool enable)
689 if (enable)
700 * @port: Port to enable (can be %NULL)
702 * This is used for lane 0 and 1 adapters to enable it.
1078 * @port: USB3 adapter port to enable
1079 * @enable: Enable/disable the USB3 adapter
1081 int tb_usb3_port_enable(struct tb_port *port, bool enable)
1083 u32 word = enable ? (ADP_USB3_CS_0_PE | ADP_USB3_CS_0_V)
1109 * @port: PCIe port to enable
1110 * @enable: Enable/disable the PCIe adapter
1112 int tb_pci_port_enable(struct tb_port *port, bool enable)
1114 u32 word = enable ? ADP_PCIE_CS_0_PE : 0x0;
1213 * @enable: Enable/disable DP path
1218 int tb_dp_port_enable(struct tb_port *port, bool enable)
1228 if (enable)
1274 * reset_switch() - reconfigure route, enable and send TB_CFG_PKG_RESET
1299 * tb_plug_events_active() - enable/disable plug events on a switch
2280 * @sw: Switch to enable lane bonding
2282 * Connection manager can call this function to enable lane bonding of a
2315 tb_port_warn(up, "failed to enable lane bonding\n");
2321 tb_port_warn(down, "failed to enable lane bonding\n");
2537 * they forward wakeups from tunneled protocols, so enable it