Searched refs:drm_dp_tunnel_name (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_tunnel.c | 85 drm_dp_tunnel_name(intel_dp->tunnel), in update_tunnel_state() 107 drm_dp_tunnel_name(intel_dp->tunnel), in update_tunnel_state() 138 drm_dp_tunnel_name(intel_dp->tunnel), in allocate_initial_tunnel_bw_for_pipes() 149 drm_dp_tunnel_name(intel_dp->tunnel), in allocate_initial_tunnel_bw_for_pipes() 193 drm_dp_tunnel_name(intel_dp->tunnel), in detect_new_tunnel() 277 drm_dp_tunnel_name(intel_dp->tunnel), in intel_dp_tunnel_suspend() 312 drm_dp_tunnel_name(intel_dp->tunnel), in intel_dp_tunnel_resume() 353 drm_dp_tunnel_name(intel_dp->tunnel), in intel_dp_tunnel_resume() 428 drm_dp_tunnel_name(intel_dp->tunnel), in check_inherited_tunnel_state() 519 drm_dp_tunnel_name(intel_dp->tunnel), in check_group_state() [all …]
|
/linux/include/drm/display/ |
H A D | drm_dp_tunnel.h | 69 const char *drm_dp_tunnel_name(const struct drm_dp_tunnel *tunnel); 189 drm_dp_tunnel_name(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_name() function
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_tunnel.c | 62 drm_dp_tunnel_name(__tunnel), \ 301 const char *drm_dp_tunnel_name(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_name() function 305 EXPORT_SYMBOL(drm_dp_tunnel_name);
|