OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dpcd_read
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c
374
buf[idx] = (req->u.
dpcd_read
.port_number & 0xf) << 4;
375
buf[idx] |= ((req->u.
dpcd_read
.dpcd_address & 0xf0000) >> 16) & 0xf;
377
buf[idx] = (req->u.
dpcd_read
.dpcd_address & 0xff00) >> 8;
379
buf[idx] = (req->u.
dpcd_read
.dpcd_address & 0xff);
381
buf[idx] = (req->u.
dpcd_read
.num_bytes);
478
struct drm_dp_remote_dpcd_read *r = &req->u.
dpcd_read
;
601
req->u.
dpcd_read
.port_number, req->u.
dpcd_read
.dpcd_address,
602
req->u.
dpcd_read
.num_bytes);
2661
req.u.
dpcd_read
.port_number = port_num
[
all
...]
/src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h
430
struct drm_dp_remote_dpcd_read
dpcd_read
;
member in union:drm_dp_sideband_msg_req_body::ack_req
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025