Searched defs:drm_dp_sideband_msg_tx (Results 1 – 1 of 1) sorted by relevance
359 struct drm_dp_sideband_msg_tx { struct360 u8 msg[256];361 u8 chunk[48];362 u8 cur_offset;363 u8 cur_len;364 struct drm_dp_mst_branch *dst;365 struct list_head next;366 int seqno;367 int state;368 bool path_msg;[all …]