Searched refs:up_req_recv (Results 1 – 2 of 2) sorted by relevance
2850 msg = up ? &mgr->up_req_recv : &mgr->down_rep_recv; in drm_dp_get_one_sb_msg()2962 memset(&mgr->up_req_recv, 0, in drm_dp_mst_handle_up_req()2967 if (mgr->up_req_recv.have_eomt) { in drm_dp_mst_handle_up_req()2972 if (!mgr->up_req_recv.initial_hdr.broadcast) { in drm_dp_mst_handle_up_req()2974 mgr->up_req_recv.initial_hdr.lct, in drm_dp_mst_handle_up_req()2975 mgr->up_req_recv.initial_hdr.rad); in drm_dp_mst_handle_up_req()2977 DRM_DEBUG_KMS("Got MST reply from unknown device %d\n", mgr->up_req_recv.initial_hdr.lct); in drm_dp_mst_handle_up_req()2978 memset(&mgr->up_req_recv, 0, sizeof(struct drm_dp_sideband_msg_rx)); in drm_dp_mst_handle_up_req()2983 seqno = mgr->up_req_recv.initial_hdr.seqno; in drm_dp_mst_handle_up_req()2984 drm_dp_sideband_parse_req(&mgr->up_req_recv, &msg); in drm_dp_mst_handle_up_req()[all …]
494 struct drm_dp_sideband_msg_rx up_req_recv; member