HomeSort by: relevance | last modified time | path
    Searched refs:drm_dp_sideband_msg_hdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 247 struct drm_dp_sideband_msg_hdr { struct
324 struct drm_dp_sideband_msg_hdr initial_hdr;
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 63 struct drm_dp_sideband_msg_hdr hdr;
267 static inline u8 drm_dp_calc_sb_hdr_size(struct drm_dp_sideband_msg_hdr *hdr)
274 static void drm_dp_encode_sideband_msg_hdr(struct drm_dp_sideband_msg_hdr *hdr,
293 static bool drm_dp_decode_sideband_msg_hdr(struct drm_dp_sideband_msg_hdr *hdr,
708 struct drm_dp_sideband_msg_hdr recv_hdr;
731 memcpy(&msg->initial_hdr, &recv_hdr, sizeof(struct drm_dp_sideband_msg_hdr));
2701 static int set_hdr_from_dst_qlock(struct drm_dp_sideband_msg_hdr *hdr,
2745 struct drm_dp_sideband_msg_hdr hdr;
2749 memset(&hdr, 0, sizeof(struct drm_dp_sideband_msg_hdr));
3768 struct drm_dp_sideband_msg_hdr *hdr = &mgr->down_rep_recv.initial_hdr
    [all...]

Completed in 14 milliseconds