Searched defs:drm_dp_sideband_msg_tx (Results 1 – 1 of 1) sorted by relevance
369 struct drm_dp_sideband_msg_tx { struct370 u8 msg[256];371 u8 chunk[48];372 u8 cur_offset;373 u8 cur_len;374 struct drm_dp_mst_branch *dst;375 struct list_head next;376 int seqno;377 int state;378 bool path_msg;[all …]