Searched defs:drm_dp_mst_branch (Results 1 – 1 of 1) sorted by relevance
113 struct drm_dp_mst_branch { struct114 struct kref kref;115 u8 rad[8];116 u8 lct;117 int num_ports;119 int msg_slots;120 struct list_head ports;123 struct drm_dp_mst_port *port_parent;124 struct drm_dp_mst_topology_mgr *mgr;127 struct drm_dp_sideband_msg_tx *tx_slots[2];[all …]