Searched defs:drm_dp_mst_branch (Results 1 – 1 of 1) sorted by relevance
123 struct drm_dp_mst_branch { struct124 struct kref kref;125 u8 rad[8];126 u8 lct;127 int num_ports;129 int msg_slots;130 struct list_head ports;133 struct drm_dp_mst_port *port_parent;134 struct drm_dp_mst_topology_mgr *mgr;137 struct drm_dp_sideband_msg_tx *tx_slots[2];[all …]