Lines Matching defs:drm_dp_mst_port
98 struct drm_dp_mst_port { struct
103 struct kref topology_kref;
110 struct kref malloc_kref;
117 struct drm_dp_mst_topology_ref_history topology_ref_history;
120 u8 port_num;
121 bool input;
122 bool mcs;
123 bool ddps;
124 u8 pdt;
125 bool ldps;
126 u8 dpcd_rev;
127 u8 num_sdp_streams;
128 u8 num_sdp_stream_sinks;
129 uint16_t full_pbn;
130 struct list_head next;
141 struct drm_dp_mst_branch *mstb;
142 struct drm_dp_aux aux; /* i2c bus for this port? */
143 struct drm_dp_mst_branch *parent;
145 struct drm_dp_vcpi vcpi;
146 struct drm_connector *connector;
147 struct drm_dp_mst_topology_mgr *mgr;
153 struct edid *cached_edid;
158 bool has_audio;
164 bool fec_capable;