Searched refs:post_deactivate (Results 1 – 2 of 2) sorted by relevance
82 void (*post_deactivate)(struct tb_tunnel *tunnel); member
1494 tunnel->post_deactivate = tb_dp_post_deactivate; in tb_tunnel_discover_dp()1599 tunnel->post_deactivate = tb_dp_post_deactivate; in tb_tunnel_alloc_dp()2356 if (tunnel->post_deactivate) in tb_tunnel_deactivate()2357 tunnel->post_deactivate(tunnel); in tb_tunnel_deactivate()