drm_dp_sideband_msg_hdr
static inline u8 drm_dp_calc_sb_hdr_size(struct drm_dp_sideband_msg_hdr *hdr)
static void drm_dp_encode_sideband_msg_hdr(struct drm_dp_sideband_msg_hdr *hdr,
static int set_hdr_from_dst_qlock(struct drm_dp_sideband_msg_hdr *hdr,
struct drm_dp_sideband_msg_hdr hdr;
memset(&hdr, 0, sizeof(struct drm_dp_sideband_msg_hdr));
static bool drm_dp_decode_sideband_msg_hdr(struct drm_dp_sideband_msg_hdr *hdr,
struct drm_dp_sideband_msg_hdr recv_hdr;
memcpy(&msg->initial_hdr, &recv_hdr, sizeof(struct drm_dp_sideband_msg_hdr));
struct drm_dp_sideband_msg_hdr initial_hdr;