Home
last modified time | relevance | path

Searched defs:drm_dp_mst_branch (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/drm/
Ddrm_dp_mst_helper.h123 struct drm_dp_mst_branch { struct
124 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 …]
/kernel/linux/linux-5.10/include/drm/
Ddrm_dp_mst_helper.h207 struct drm_dp_mst_branch { struct
212 struct kref topology_kref;
219 struct kref malloc_kref;
226 struct drm_dp_mst_topology_ref_history topology_ref_history;
233 struct list_head destroy_next;
235 u8 rad[8];
236 u8 lct;
237 int num_ports;
249 struct list_head ports;
251 struct drm_dp_mst_port *port_parent;
[all …]