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 | 86 drm_dp_tunnel_name(intel_dp->tunnel), in update_tunnel_state() 108 drm_dp_tunnel_name(intel_dp->tunnel), in update_tunnel_state() 139 drm_dp_tunnel_name(intel_dp->tunnel), in allocate_initial_tunnel_bw_for_pipes() 150 drm_dp_tunnel_name(intel_dp->tunnel), in allocate_initial_tunnel_bw_for_pipes() 194 drm_dp_tunnel_name(intel_dp->tunnel), in detect_new_tunnel() 278 drm_dp_tunnel_name(intel_dp->tunnel), in intel_dp_tunnel_suspend() 313 drm_dp_tunnel_name(intel_dp->tunnel), in intel_dp_tunnel_resume() 354 drm_dp_tunnel_name(intel_dp->tunnel), in intel_dp_tunnel_resume() 429 drm_dp_tunnel_name(intel_dp->tunnel), in check_inherited_tunnel_state() 520 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);
|