Lines Matching +full:activate +full:- +full:to +full:- +full:activate
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Thunderbolt driver - Tunneling support
22 * struct tb_tunnel - Tunnel between two ports
23 * @tb: Pointer to the domain
30 * @activate: Optional tunnel specific activation/deactivation
37 * Only set if the bandwidth needs to be limited.
39 * Only set if the bandwidth needs to be limited.
50 int (*activate)(struct tb_tunnel *tunnel, bool activate); member
97 return tunnel->type == TB_TUNNEL_PCI; in tb_tunnel_is_pci()
102 return tunnel->type == TB_TUNNEL_DP; in tb_tunnel_is_dp()
107 return tunnel->type == TB_TUNNEL_DMA; in tb_tunnel_is_dma()
112 return tunnel->type == TB_TUNNEL_USB3; in tb_tunnel_is_usb3()