Home
last modified time | relevance | path

Searched refs:initial_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_dp_mst_topology.c357 memcpy(&msg->initial_hdr, &recv_hdr, sizeof(struct drm_dp_sideband_msg_hdr)); in drm_dp_sideband_msg_build()
2321 mgr->down_rep_recv.initial_hdr.lct, in drm_dp_mst_handle_down_rep()
2322 mgr->down_rep_recv.initial_hdr.rad); in drm_dp_mst_handle_down_rep()
2325 DRM_DEBUG_KMS("Got MST reply from unknown device %d\n", mgr->down_rep_recv.initial_hdr.lct); in drm_dp_mst_handle_down_rep()
2331 slot = mgr->down_rep_recv.initial_hdr.seqno; in drm_dp_mst_handle_down_rep()
2340 mgr->down_rep_recv.initial_hdr.seqno, in drm_dp_mst_handle_down_rep()
2341 mgr->down_rep_recv.initial_hdr.lct, in drm_dp_mst_handle_down_rep()
2342 mgr->down_rep_recv.initial_hdr.rad[0], in drm_dp_mst_handle_down_rep()
2382 if (!mgr->up_req_recv.initial_hdr.broadcast) { in drm_dp_mst_handle_up_req()
2384 mgr->up_req_recv.initial_hdr.lct, in drm_dp_mst_handle_up_req()
[all …]
/Linux-v4.19/include/drm/
Ddrm_dp_mst_helper.h224 struct drm_dp_sideband_msg_hdr initial_hdr; member