OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocate_payload
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c
114
DP_STR(
ALLOCATE_PAYLOAD
),
347
buf[idx] = (req->u.
allocate_payload
.port_number & 0xf) << 4 |
348
(req->u.
allocate_payload
.number_sdp_streams & 0xf);
350
buf[idx] = (req->u.
allocate_payload
.vcpi & 0x7f);
352
buf[idx] = (req->u.
allocate_payload
.pbn >> 8);
354
buf[idx] = (req->u.
allocate_payload
.pbn & 0xff);
356
for (i = 0; i < req->u.
allocate_payload
.number_sdp_streams / 2; i++) {
357
buf[idx] = ((req->u.
allocate_payload
.sdp_stream_sink[i * 2] & 0xf) << 4) |
358
(req->u.
allocate_payload
.sdp_stream_sink[i * 2 + 1] & 0xf);
361
if (req->u.
allocate_payload
.number_sdp_streams & 1)
[
all
...]
/src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h
428
struct drm_dp_allocate_payload
allocate_payload
;
member in union:drm_dp_sideband_msg_req_body::ack_req
447
struct drm_dp_allocate_payload_ack_reply
allocate_payload
;
member in union:drm_dp_sideband_msg_reply_body::ack_replies
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025