Searched refs:post_deactivate (Results 1 – 2 of 2) sorted by relevance
82 void (*post_deactivate)(struct tb_tunnel *tunnel); member
1576 tunnel->post_deactivate = tb_dp_post_deactivate; in tb_tunnel_discover_dp()1681 tunnel->post_deactivate = tb_dp_post_deactivate; in tb_tunnel_alloc_dp()2443 if (tunnel->post_deactivate) in tb_tunnel_deactivate()2444 tunnel->post_deactivate(tunnel); in tb_tunnel_deactivate()