Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dpcd_read
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H
A
D
test-drm_dp_mst_helper.c
202
in.u.
dpcd_read
.port_number = 0xf;
in igt_dp_mst_sideband_msg_req_decode()
204
in.u.
dpcd_read
.dpcd_address = 0xfedcb;
in igt_dp_mst_sideband_msg_req_decode()
206
in.u.
dpcd_read
.num_bytes = U8_MAX;
in igt_dp_mst_sideband_msg_req_decode()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H
A
D
drm_dp_mst_helper_test.c
147
.u.
dpcd_read
.port_number = 0xf,
154
.u.
dpcd_read
.dpcd_address = 0xfedcb,
161
.u.
dpcd_read
.num_bytes = U8_MAX,
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_mst_topology.c
375
buf[idx] = (req->u.
dpcd_read
.port_number & 0xf) << 4;
in drm_dp_encode_sideband_req()
376
buf[idx] |= ((req->u.
dpcd_read
.dpcd_address & 0xf0000) >> 16) & 0xf;
in drm_dp_encode_sideband_req()
378
buf[idx] = (req->u.
dpcd_read
.dpcd_address & 0xff00) >> 8;
in drm_dp_encode_sideband_req()
380
buf[idx] = (req->u.
dpcd_read
.dpcd_address & 0xff);
in drm_dp_encode_sideband_req()
382
buf[idx] = (req->u.
dpcd_read
.num_bytes);
in drm_dp_encode_sideband_req()
495
struct drm_dp_remote_dpcd_read *r = &req->u.
dpcd_read
;
in drm_dp_decode_sideband_req()
632
req->u.
dpcd_read
.port_number, req->u.
dpcd_read
.dpcd_address,
in drm_dp_dump_sideband_msg_req_body()
633
req->u.
dpcd_read
.num_bytes);
in drm_dp_dump_sideband_msg_req_body()
2762
req.u.
dpcd_read
in build_dpcd_read()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_mst_topology.c
376
buf[idx] = (req->u.
dpcd_read
.port_number & 0xf) << 4;
in drm_dp_encode_sideband_req()
377
buf[idx] |= ((req->u.
dpcd_read
.dpcd_address & 0xf0000) >> 16) & 0xf;
in drm_dp_encode_sideband_req()
379
buf[idx] = (req->u.
dpcd_read
.dpcd_address & 0xff00) >> 8;
in drm_dp_encode_sideband_req()
381
buf[idx] = (req->u.
dpcd_read
.dpcd_address & 0xff);
in drm_dp_encode_sideband_req()
383
buf[idx] = (req->u.
dpcd_read
.num_bytes);
in drm_dp_encode_sideband_req()
496
struct drm_dp_remote_dpcd_read *r = &req->u.
dpcd_read
;
in drm_dp_decode_sideband_req()
633
req->u.
dpcd_read
.port_number, req->u.
dpcd_read
.dpcd_address,
in drm_dp_dump_sideband_msg_req_body()
634
req->u.
dpcd_read
.num_bytes);
in drm_dp_dump_sideband_msg_req_body()
2714
req.u.
dpcd_read
in build_dpcd_read()
[all...]
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dp_mst_helper.h
457
struct drm_dp_remote_dpcd_read
dpcd_read
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dp_mst_helper.h
440
struct drm_dp_remote_dpcd_read
dpcd_read
;
member
Completed in 15 milliseconds