Searched refs:up_req_recv (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_dp_mst_helper.h570 * @up_req_recv: Message receiver state for up requests.
572 struct drm_dp_sideband_msg_rx up_req_recv; member in struct:drm_dp_mst_topology_mgr
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c3723 msg = up ? &mgr->up_req_recv : &mgr->down_rep_recv;
3902 struct drm_dp_sideband_msg_hdr *hdr = &mgr->up_req_recv.initial_hdr;
3909 if (!mgr->up_req_recv.have_eomt)
3920 drm_dp_sideband_parse_req(&mgr->up_req_recv, &up_req->msg);
3960 memset(&mgr->up_req_recv, 0, sizeof(struct drm_dp_sideband_msg_rx));

Completed in 206 milliseconds