Home
last modified time | relevance | path

Searched refs:drm_dp_tunnel_mgr_destroy (Results 1 – 3 of 3) sorted by relevance

/linux/include/drm/display/
H A Ddrm_dp_tunnel.h97 void drm_dp_tunnel_mgr_destroy(struct drm_dp_tunnel_mgr *mgr);
244 void drm_dp_tunnel_mgr_destroy(struct drm_dp_tunnel_mgr *mgr) {} in drm_dp_tunnel_mgr_destroy() function
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c1946 void drm_dp_tunnel_mgr_destroy(struct drm_dp_tunnel_mgr *mgr) in drm_dp_tunnel_mgr_destroy() function
1950 EXPORT_SYMBOL(drm_dp_tunnel_mgr_destroy);
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_tunnel.c811 drm_dp_tunnel_mgr_destroy(display->dp_tunnel_mgr); in intel_dp_tunnel_mgr_cleanup()